mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-07 11:00:04 -04:00
- tabs to spaces - use Unix line endings everywhere - newline at end of file - remove trailing white space - no space between keywords and opening parenthesis - use 2 spaces to indent
13 lines
213 B
CMake
13 lines
213 B
CMake
set(HEADERS registry.h)
|
|
set(CPPS
|
|
lnxcon.cpp
|
|
lnxcon_raw.cpp
|
|
lnxdebug.cpp
|
|
lnxapp.cpp
|
|
lnxcon_null.cpp
|
|
lnxdata.cpp
|
|
lnxmono.cpp
|
|
registry.cpp)
|
|
# DynXLib.cpp
|
|
add_library(linux STATIC ${HEADERS} ${CPPS})
|