mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
9 lines
332 B
Plaintext
9 lines
332 B
Plaintext
The DirectXMesh package provides 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)
|