Descent3/czip/CMakeLists.txt
2024-04-15 21:43:29 -06:00

8 lines
131 B
CMake

SET (HEADERS )
SET (CPPS
BitIO.cpp
CZip.cpp
HuffmanAdapt.cpp
HuffmanBasic.cpp)
ADD_LIBRARY(czip STATIC ${HEADERS} ${CPPS})