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

Fix for build issue with MinGW 13.2 #202

Closed walbourn closed 5 months ago

walbourn commented 6 months ago

Resolves some multiple-definition issues when building release mode with MinGW 13.2.

Also includes some CMake code review.