mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
13 lines
229 B
CMake
13 lines
229 B
CMake
SET (HEADERS registry.h )
|
|
SET (CPPS
|
|
lnxcon.cpp
|
|
lnxcon_raw.cpp
|
|
lnxdebug.cpp
|
|
lnxtask.cpp
|
|
lnxapp.cpp
|
|
lnxcon_null.cpp
|
|
lnxdata.cpp
|
|
lnxmono.cpp
|
|
registry.cpp)
|
|
# DynXLib.cpp
|
|
ADD_LIBRARY(linux STATIC ${HEADERS} ${CPPS}) |