From 0b6c60de7634faaefc6788a386e76dac88a9203c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Gr=C3=A9goire?= Date: Fri, 11 Feb 2022 23:58:47 +0100 Subject: Since tracy provides the Tracy::TracyClient it should also install with that namespace --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3