Descent3/lnxcontroller/CMakeLists.txt

6 lines
101 B
CMake
Raw Normal View History

2024-04-16 03:43:29 +00:00
SET (HEADERS )
SET (CPPS
lnxcontroller.cpp
)
ADD_LIBRARY(lnxcontroller STATIC ${HEADERS} ${CPPS})