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:
commit
72ae4d2ee4
@ -113,5 +113,6 @@ install(FILES ${client_includes}
|
|||||||
install(FILES ${common_includes}
|
install(FILES ${common_includes}
|
||||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/common)
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/common)
|
||||||
install(EXPORT TracyConfig
|
install(EXPORT TracyConfig
|
||||||
|
NAMESPACE Tracy::
|
||||||
FILE TracyConfig.cmake
|
FILE TracyConfig.cmake
|
||||||
DESTINATION share/Tracy)
|
DESTINATION share/Tracy)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user