mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
7 lines
107 B
CMake
7 lines
107 B
CMake
|
SET (HEADERS )
|
||
|
SET (CPPS
|
||
|
CFILE.cpp
|
||
|
hog.cpp
|
||
|
InfFile.cpp)
|
||
|
|
||
|
ADD_LIBRARY(cfile STATIC ${HEADERS} ${CPPS})
|