microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
https://walbourn.github.io/directxtk/
MIT License
2.55k stars 506 forks source link

CMake refactor #431

Closed walbourn closed 6 months ago

walbourn commented 6 months ago

Extracted a subset of the CMake file that is consistent between all my projects.

Also added some warning fixes for building the library with the legacy Xbox One XDK.

Minor improvement to MSBuild projects for CompileShaders.cmd script failures.

walbourn commented 6 months ago

https://github.com/walbourn/directxtktest/pull/42