Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: Fix dependencies of newly-stubbed libraries #3709

Merged

Conversation

arcady-lunarg
Copy link
Contributor

Some downstream projects may only link to e.g. the glslang::SPIRV library and rely on transitive dependencies to pull in everything else. To keep this working, the SPIRV and MachineIndependent library stubs are now linked against the glslang library.

Some downstream projects may only link to e.g. the glslang::SPIRV
library and rely on transitive dependencies to pull in everything else.
To keep this working, the SPIRV and MachineIndependent library stubs are
now linked against the glslang library.
@arcady-lunarg
Copy link
Contributor Author

@jeremyg-lunarg this should fix the issue you were seeing in VVL.

@jeremyg-lunarg
Copy link

@jeremyg-lunarg this should fix the issue you were seeing in VVL.

This does indeed fix my problem. Thanks!

@arcady-lunarg arcady-lunarg merged commit b45d21b into KhronosGroup:main Aug 29, 2024
29 checks passed
@arcady-lunarg arcady-lunarg deleted the fix-library-stub-dependencies branch September 13, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants