Skip to content
Snippets Groups Projects
Commit f5014696 authored by Bartosz Podrygajlo's avatar Bartosz Podrygajlo
Browse files

Fix instrumentation target for older CMake versions

parent 5bd2eb86
No related branches found
No related tags found
2 merge requests!3180Integration: `2024.w51`,!3170Replace AssertFatal with static_assert for cmdline arguments check
......@@ -3,7 +3,7 @@ add_subdirectory(config/yaml)
configure_file(oai_version.h.in oai_version.h @ONLY)
add_library(instrumentation INTERFACE instrumentation.h)
add_library(instrumentation INTERFACE)
target_include_directories(instrumentation INTERFACE .)
if (TRACY_ENABLE)
target_link_libraries(instrumentation INTERFACE Tracy::TracyClient)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment