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.49k stars 396 forks source link

CMake support for building legacy Xbox One XDK lib #166

Closed walbourn closed 1 year ago

walbourn commented 1 year ago

The XBOX_CONSOLE_TARGET variable can be set to scarlett, xboxone, or durango if built in the appropriate Developer Command Prompt.

While I've officially dropped legacy Xbox One XDK support for this library, there are still some backcompat scenarios I need to support.

Also added some warning suppressions for the clang v16 toolset.