Descent3/lnxcontroller/CMakeLists.txt
2024-04-15 21:43:29 -06:00

6 lines
101 B
CMake

SET (HEADERS )
SET (CPPS
lnxcontroller.cpp
)
ADD_LIBRARY(lnxcontroller STATIC ${HEADERS} ${CPPS})