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

5 lines
79 B
CMake

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