-
asked via Discord by e.dant How does tea work with header-only C or C++ libraries? Any way to tell conan, cmake or vcpkg about the headers? |
Beta Was this translation helpful? Give feedback.
Answered by
mxcl
Jan 18, 2023
Replies: 1 comment
-
We add to You can trivially see this by doing a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mfts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We add to
CMAKE_PREFIX_PATH
for all pkgs. Make knows what to do. For everything else we add toCPATH
.You can trivially see this by doing a
tea +pkg --dry-run
to see the environments that are created.