Since tracy provides the Tracy::TracyClient it should also install with that namespace

This commit is contained in:
Clément Grégoire 2022-02-11 23:58:47 +01:00
parent 4084dec939
commit 0b6c60de76

View File

@ -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)