Descent3/linux/CMakeLists.txt
Thomas Otto b58d3585bd Remove unused osMutex code
It was never Acquire'd, only Created and Destroyed; and it was
a stub on Linux and macOS.
2024-04-17 01:20:51 +02:00

12 lines
215 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})