mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
8 lines
131 B
CMake
8 lines
131 B
CMake
SET (HEADERS )
|
|
SET (CPPS
|
|
BitIO.cpp
|
|
CZip.cpp
|
|
HuffmanAdapt.cpp
|
|
HuffmanBasic.cpp)
|
|
|
|
ADD_LIBRARY(czip STATIC ${HEADERS} ${CPPS}) |