Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
smac89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given the following scenario:
I noticed that without the
add_packages("poco")
line inbar
target, compilation doesn't work when a header file frompoco
package is encountered.Is there a way to specify that the
poco
header files (fromfoo
), should also be inherited bybar
, without having to specifyadd_packages("poco")
, inbar
?Beta Was this translation helpful? Give feedback.
All reactions