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

5 lines
85 B
CMake

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