mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Install header files into one folder
all headers from one project are best kept in one place
This commit is contained in:
+2
-2
@@ -205,8 +205,8 @@ tracy = library('tracy', tracy_src, tracy_header_files,
|
||||
install : true)
|
||||
|
||||
install_headers(includes, subdir : 'tracy')
|
||||
install_headers(common_includes, subdir : 'common')
|
||||
install_headers(client_includes, subdir : 'client')
|
||||
install_headers(common_includes, subdir : 'tracy/common')
|
||||
install_headers(client_includes, subdir : 'tracy/client')
|
||||
|
||||
tracy_dep_compile_args = tracy_common_args
|
||||
|
||||
|
||||
Reference in New Issue
Block a user