Files
mashzip/CMakeLists.txt
Andrey Gumirov b6a619303d WIP: MVP
2024-01-11 02:44:53 +07:00

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)