-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[directxsdk] Add new Port #12778
[directxsdk] Add new Port #12778
Conversation
Co-authored-by: Alexander Neumann <[email protected]>
I have chosen
But yes, |
hmm, I think you're right then. We may change it later once alias ports are a thing. |
Hello, how are header files supposed to be used? Prefixed with directxsdk/ ? like this? if yes, then some old code will have to be rewritten, is there a smart way to specify the directxsdk folder as the search path? |
For those curious on how to use this properly, you can use find_path and find_library.
This sets |
This allows the DirectX SDK Jun10 to be "installed" with vcpkg.
What does your PR fix? Fixes Adding Directx SDK to vcpkg #2042
Which triplets are supported/not supported?
supported: x86-windows, x64-windows
Have you updated the CI baseline?
Yes
Does your PR follow the maintainer guide?
Yes