Using libraw port
#42545
Replies: 2 comments
-
Never mind - AFAICT it only built raw-r (which is what I want :) ) |
Beta Was this translation helpful? Give feedback.
0 replies
-
A problem with libraw port. I need to use one of the libraw internal headers (specifically internal/var_defines.h), but unfortunately that isn't added to C:\vcpkg\packages\libraw_x64-windows-static-md\include How can I get this to be included in that directory? Or I guess into vcpkg_installed dir of my project |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added libraw to my dependencies, but libraw provides two libraries raw and raw-r. How do I make my code link with raw-r instead of raw?
Thank you, David
Beta Was this translation helpful? Give feedback.
All reactions