Descent3/czip/CMakeLists.txt

8 lines
131 B
CMake
Raw Normal View History

2024-04-16 03:43:29 +00:00
SET (HEADERS )
SET (CPPS
BitIO.cpp
CZip.cpp
HuffmanAdapt.cpp
HuffmanBasic.cpp)
ADD_LIBRARY(czip STATIC ${HEADERS} ${CPPS})