-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake update to keep DirectXMath headers in their own include directory
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e95d848
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This ensures that you don't end up using DirectXMath through vcpkg toolchain if you didn't add it to your project explicitly. It also makes sure that the
sal.h
I use for non-Win32 platforms doesn't collide with any other sal.h used by other vcpkg ports.