mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
c2b71b8147
lowercase function names, blocks indent
7 lines
105 B
CMake
7 lines
105 B
CMake
set(HEADERS )
|
|
set(CPPS
|
|
CFILE.cpp
|
|
hog.cpp
|
|
InfFile.cpp)
|
|
|
|
add_library(cfile STATIC ${HEADERS} ${CPPS}) |