mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Since tracy provides the Tracy::TracyClient it should also install with that namespace
This commit is contained in:
parent
4084dec939
commit
0b6c60de76
@ -112,5 +112,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…
Reference in New Issue
Block a user