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:
authorClément Grégoire <clement.gregoire@cbainfo.fr>2022-02-12 01:58:47 +0300
committerClément Grégoire <clement.gregoire@cbainfo.fr>2022-02-12 01:58:47 +0300
commit0b6c60de7634faaefc6788a386e76dac88a9203c (patch)
treeba62ad5a17ec602c2f81c6898f07f61a99df8fa7 /CMakeLists.txt
parent4084dec939b75cd59d9b7cfc9f4db1b8bb4bcede (diff)
Since tracy provides the Tracy::TracyClient it should also install with that 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 1cb09bda..a927e303 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -112,5 +112,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)