1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

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
+1
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)