1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-03 06:03:51 +00:00

Merge pull request #986 from Xnuman/master

Change cmake export settings to correctly copy directory hierarchy
This commit is contained in:
Bartosz Taudul 2025-02-19 00:46:12 +01:00 committed by GitHub
commit d71fc39577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -235,7 +235,7 @@ if(TRACY_Fortran)
FILE ${CMAKE_BINARY_DIR}/TracyTargets.cmake) FILE ${CMAKE_BINARY_DIR}/TracyTargets.cmake)
endif() endif()
install(FILES ${tracy_includes} install(FILES ${tracy_includes}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tracy) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tracy/tracy)
install(FILES ${client_includes} install(FILES ${client_includes}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tracy/client) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tracy/client)
install(FILES ${common_includes} install(FILES ${common_includes}