mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
9 lines
150 B
CMake
9 lines
150 B
CMake
set(HEADERS)
|
|
set(CPPS
|
|
rtperformance.cpp)
|
|
|
|
add_library(rtperformance STATIC ${HEADERS} ${CPPS})
|
|
target_link_libraries(rtperformance PRIVATE
|
|
ddio
|
|
)
|