mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54:36 +00: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}
|
||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/common)
|
||||
install(EXPORT TracyConfig
|
||||
NAMESPACE Tracy::
|
||||
FILE TracyConfig.cmake
|
||||
DESTINATION share/Tracy)
|
||||
|
Loading…
Reference in New Issue
Block a user