Replies: 1 comment 3 replies
-
|
AFAICT vcpkg doesn't want to see two librararies providing the same symbols. And shaderc's dependencies already install individual libs. Therefore port shaderc deliberate doesn't build+install the combined conveninence library. vcpkg/ports/shaderc/fix-build-type.patch Lines 70 to 78 in 984f923 And no, this is not something which can be resolved with a feature. However, the port provides an unofficial CMake config/target which should carry the necessary link libraries for convenience (but limited to vcpkg, unfortunately). |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Something like the below doesn't work
find_package(Vulkan REQUIRED COMPONENTS shaderc_combined)still results inCould NOT find Vulkan (missing: shaderc_combined) (found version "1.4.304")Checking the vcpkg.json of
shadercand there are no optional features to enable. Can someone please help?Beta Was this translation helpful? Give feedback.
All reactions