Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-02-12 03:14:52 +0300
committerGitHub <noreply@github.com>2022-02-12 03:14:52 +0300
commit72ae4d2ee41165de61f73d404f78db984f2414e6 (patch)
tree5df033b8a77bf7a8e5ef8d1a00c6481d116cd76a /CMakeLists.txt
parent278878e4f111b811af753f67c1c0f49db3033f23 (diff)
parent0b6c60de7634faaefc6788a386e76dac88a9203c (diff)
Merge pull request #326 from Lectem/install_namepace
CMake install should use the Tracy:: namespace
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2adfa7ae..601d2a4d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)