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

Fix for build issue with MinGW 13.2 #420

Closed walbourn closed 8 months ago

walbourn commented 8 months ago

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

Also includes some CMake code review.