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 371 forks source link

CMake package support #85

Closed walbourn closed 3 years ago

walbourn commented 3 years ago

This PR updates the CMake support in DirectX Tool Kit to support find_package(directxtk12 CONFIG):

find_package(directxtk12 CONFIG REQUIRED)

target_link_libraries(foo Microsoft::DirectXTK12)
walbourn commented 3 years ago

Related to this issue: https://github.com/microsoft/DirectXTK/issues/247