Initial
This commit is contained in:
8
CMakeLists.txt
Normal file
8
CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
add_executable(main
|
||||
bitstream.cpp
|
||||
bitstream.h
|
||||
huffman_table.cpp
|
||||
huffman_table.h
|
||||
main.cpp)
|
Reference in New Issue
Block a user