mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 06:34:36 +00:00
Merge pull request #899 from Jan200101/PR/header-merge
Install header files into one folder
This commit is contained in:
commit
4497201928
@ -178,9 +178,9 @@ export(TARGETS TracyClient
|
|||||||
install(FILES ${tracy_includes}
|
install(FILES ${tracy_includes}
|
||||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tracy)
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tracy)
|
||||||
install(FILES ${client_includes}
|
install(FILES ${client_includes}
|
||||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/client)
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tracy/client)
|
||||||
install(FILES ${common_includes}
|
install(FILES ${common_includes}
|
||||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/common)
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tracy/common)
|
||||||
install(EXPORT TracyConfig
|
install(EXPORT TracyConfig
|
||||||
NAMESPACE Tracy::
|
NAMESPACE Tracy::
|
||||||
FILE TracyTargets.cmake
|
FILE TracyTargets.cmake
|
||||||
|
@ -205,8 +205,8 @@ tracy = library('tracy', tracy_src, tracy_header_files,
|
|||||||
install : true)
|
install : true)
|
||||||
|
|
||||||
install_headers(includes, subdir : 'tracy')
|
install_headers(includes, subdir : 'tracy')
|
||||||
install_headers(common_includes, subdir : 'common')
|
install_headers(common_includes, subdir : 'tracy/common')
|
||||||
install_headers(client_includes, subdir : 'client')
|
install_headers(client_includes, subdir : 'tracy/client')
|
||||||
|
|
||||||
tracy_dep_compile_args = tracy_common_args
|
tracy_dep_compile_args = tracy_common_args
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user