10 lines
233 B
CMake
10 lines
233 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
add_executable(main
|
|
bitstream.cpp
|
|
bitstream.h
|
|
huffman_table.cpp
|
|
huffman_table.h
|
|
MashZip.cpp
|
|
MashZip.h
|
|
main.cpp) |