Using vcpkg
to manage dependencies in a Meson project
#13759
Answered
by
andy5995
integraledelebesgue
asked this question in
Q&A
-
Hi! How is it possible to locate dependencies installed via |
Beta Was this translation helpful? Give feedback.
Answered by
andy5995
Oct 20, 2024
Replies: 1 comment 3 replies
-
@integraledelebesgue You might find what you're looking for in #3500 but as far as I know, if a package doesn't have a .pc file, you would have to use the compiler.find_library() function. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
integraledelebesgue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@integraledelebesgue You might find what you're looking for in #3500 but as far as I know, if a package doesn't have a .pc file, you would have to use the compiler.find_library() function.