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

5 lines
99 B
CMake

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