aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/FindWindowsSDK.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Avoid explicitly searching for the WindowsSDKChris Robinson2021-01-191-634/+0
| | | | | | It's causing problems with various setups. So instead we'll have to assume some things for Windows (namely that winmm exists, and if dsound isn't in DXSDK_DIR, it needs to be in the compiler's default paths to be usable).
* Recognize ARM64 as a VS platformChris Robinson2020-11-181-1/+3
|
* Enable to detect Windows SDK v2004HALX992020-06-111-0/+1
|
* Enable to detect Windows SDK v1903Minmin Gong2019-08-091-9/+10
|
* Update FindWindowsSDK.cmakewangwenx1902018-11-271-4/+4
|
* Update FindWindowsSDK.cmakewangwenx1902018-11-271-0/+4
| | | Support latest Win10 SDK.
* Added cmake FindWindowsSDK for FindDSound module and fixed FindDSound.cmakeseptag2016-11-031-0/+626