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.45k stars 369 forks source link

CMake target file fix #173

Closed walbourn closed 1 year ago

walbourn commented 1 year ago

The CMakeLists.txt no longer mandates both directxmath and directx-headers packages be found unless building with MinGW. This fixes the behavior for CMake clients consuming this package from VCPKG.