Skip to content

Extract header file path from (system) dependency #14122

Closed Answered by ligazetom
ligazetom asked this question in Q&A
Discussion options

You must be logged in to vote

I've tried with (links: false, includes: true) but unfortunately it seems they are not being propagated, so not sure if the final .exe would directly link since I don't have access to headers in a first place for a successful compilation.

EDIT: Going through source code I've found the inheritance model VulkanDependencySystem->SystemDependency->ExternalDependency don't have include_dirs variable in a first place, so there is nothing to copy. Good thing is though that at least for now, include path is defined in compile_args and nothing else, so lucky me I don't need to bring more unnecessary arguments into my project and for internal dependencies my previous approach should work just fine.

B…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ligazetom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant