The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ext/tracy: Link dl

authored by

Christoph Haag and committed by
Ryan Pavlik
bb752819 503dae28

+1
+1
src/external/CMakeLists.txt
··· 165 165 xrt-external-tracy SYSTEM PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/tracy 166 166 ) 167 167 target_compile_definitions(xrt-external-tracy PRIVATE TRACY_ENABLE) 168 + target_link_libraries(xrt-external-tracy PRIVATE ${CMAKE_DL_LIBS}) 168 169 endif()