mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
f3b10454b3
* [directxmesh, directxtex, directxtk, uvatlas, dxut, effects11] Update for June 13, 2023 release * Minor format fix * Update baseline * Upstream fixes to CMake targets dependency handling * Update baseline
5 lines
178 B
Plaintext
5 lines
178 B
Plaintext
The package DirectXTex is compatible with built-in CMake targets:
|
|
|
|
find_package(directxtex CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE Microsoft::DirectXTex)
|