Merge pull request #326 from Lectem/install_namepace

CMake install should use the Tracy:: namespace
This commit is contained in:
Bartosz Taudul
2022-02-12 01:14:52 +01:00
committed by GitHub

View File

@@ -113,5 +113,6 @@ install(FILES ${client_includes}
install(FILES ${common_includes}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/common)
install(EXPORT TracyConfig
NAMESPACE Tracy::
FILE TracyConfig.cmake
DESTINATION share/Tracy)