Descent3/cfile/CMakeLists.txt

7 lines
107 B
CMake
Raw Normal View History

2024-04-16 03:43:29 +00:00
SET (HEADERS )
SET (CPPS
CFILE.cpp
hog.cpp
InfFile.cpp)
ADD_LIBRARY(cfile STATIC ${HEADERS} ${CPPS})