microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++

Home Page:https://walbourn.github.io/directxtk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support cmake find_package

walbourn opened this issue · comments

Currently I consume these CMakeLists.txt directly. For vcpkg scenarios, I really need to support find_package for directxtk, directxtk12, directxmesh, and directxtex.

This means adding a directxtk-config.cmake ideally.