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

[directxmath] Fix to support MSBuild usage #42485

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

walbourn
Copy link
Member

@walbourn walbourn commented Dec 2, 2024

The port was installing the headers to include\directxmath which worked fine for CMake scenarios. For MSBuild, however, this would require changing all the source to use #include <directxmath\DirectXMath.h>.

This patch just installs it to include so no client code changes are needed for MSBuild+VCPKG compared t CMake+VCPKG. This change was also made upstream to will be included in future updates as well.

@BillyONeal BillyONeal merged commit 3aa4bf7 into microsoft:master Dec 3, 2024
17 checks passed
@BillyONeal
Copy link
Member

Seems reasonable, thank you!

@walbourn walbourn deleted the dxmathmsbuild branch December 3, 2024 20:31
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