mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
2aece028d0
This commit is part of efforts to isolate subsystems of project into own modules.
11 lines
184 B
CMake
11 lines
184 B
CMake
set(HEADERS registry.h)
|
|
set(CPPS
|
|
lnxcon.cpp
|
|
lnxcon_raw.cpp
|
|
lnxapp.cpp
|
|
lnxcon_null.cpp
|
|
lnxdata.cpp
|
|
registry.cpp)
|
|
# DynXLib.cpp
|
|
add_library(linux STATIC ${HEADERS} ${CPPS})
|