mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
7ba009b811
Update rtperformance module, minor cleanups.
13 lines
241 B
CMake
13 lines
241 B
CMake
set(CPPS
|
|
rtperformance.cpp)
|
|
|
|
add_library(rtperformance STATIC ${CPPS})
|
|
target_link_libraries(rtperformance PRIVATE
|
|
ddio
|
|
)
|
|
target_include_directories(rtperformance PUBLIC
|
|
$<BUILD_INTERFACE:
|
|
${PROJECT_SOURCE_DIR}/rtperformance
|
|
>
|
|
)
|