Skip to content
Snippets Groups Projects

Integrate Tracy with NR UE

Merged Bartosz Podrygajlo requested to merge tracy-profiler into develop
1 unresolved thread
Files
7
+ 6
0
@@ -2,3 +2,9 @@ add_subdirectory(utils)
add_subdirectory(config/yaml)
configure_file(oai_version.h.in oai_version.h @ONLY)
add_library(instrumentation INTERFACE instrumentation.h)
target_include_directories(instrumentation INTERFACE .)
if (TRACY_ENABLE)
target_link_libraries(instrumentation INTERFACE Tracy::TracyClient)
endif()
Loading