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
commit 72ae4d2ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)