diff options
| author | Rémy Tassoux <contact@rt2.fr> | 2020-10-13 22:29:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-13 13:29:51 -0700 |
| commit | 83f88c7a629a8c681fa0f68c207377a9146dd7e5 (patch) | |
| tree | 12d51a5848226f7d1d0ff7905c80359934b62548 /ports/directxtk12/CONTROL | |
| parent | 15ec0792d87e5332285aa8178d3c5ff17422c7f7 (diff) | |
| download | vcpkg-83f88c7a629a8c681fa0f68c207377a9146dd7e5.tar.gz vcpkg-83f88c7a629a8c681fa0f68c207377a9146dd7e5.zip | |
[directxtk12] Use CMake build system (#13975)
* [directxtk12] Use CMake build system
Use the provided CMake file instead of the VS solutions to build the library, as recommended in the maintainer guidelines.
* [directxtk12] Fix wrong port version
* [directxtk12] Use ninja
Diffstat (limited to 'ports/directxtk12/CONTROL')
| -rw-r--r-- | ports/directxtk12/CONTROL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/directxtk12/CONTROL b/ports/directxtk12/CONTROL index 795111628..c5c30e5f0 100644 --- a/ports/directxtk12/CONTROL +++ b/ports/directxtk12/CONTROL @@ -1,4 +1,5 @@ Source: directxtk12 Version: sept2020 +Port-Version: 1 Homepage: https://walbourn.github.io/directx-tool-kit-for-directx-12 Description: A collection of helper classes for writing DirectX 12 code in C++. |
