microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.44k stars 369 forks source link

CMake refactor #213

Closed walbourn closed 4 months ago

walbourn commented 4 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 4 months ago

https://github.com/walbourn/directxtk12test/pull/45