vcpkg/ports/directxmesh/usage
Chuck Walbourn f3b10454b3
[directxmesh, directxtex, directxtk, uvatlas, dxut, effects11] June 2023 update (#32033)
* [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
2023-06-21 22:39:47 -07:00

9 lines
351 B
Plaintext

The package DirectXMesh is compatible with built-in CMake targets:
find_package(directxmesh CONFIG REQUIRED)
target_link_libraries(main PRIVATE Microsoft::DirectXMesh)
The utilities headers FlexibleVertexFormat.h and WaveFrontReader.h have their own target:
target_link_libraries(main PRIVATE Microsoft::DirectXMesh::Utilities)