mandarine/externals/tracy/CMakeLists.txt
2024-07-25 23:54:31 +02:00

4 lines
168 B
CMake

add_library(tracy STATIC public/TracyClient.cpp)
target_include_directories(tracy PUBLIC public)
target_compile_definitions(tracy PRIVATE TRACY_ENABLE TRACY_ON_DEMAND)