blob: 73b783e1537c212681668dcc85ddf9b1b4397bf1 (
plain)
1
2
3
4
5
6
7
8
|
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)
|