diff options
Diffstat (limited to 'vcpkg/ports/directxmath/usage')
| -rw-r--r-- | vcpkg/ports/directxmath/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/directxmath/usage b/vcpkg/ports/directxmath/usage new file mode 100644 index 0000000..6e179fe --- /dev/null +++ b/vcpkg/ports/directxmath/usage @@ -0,0 +1,4 @@ +The DirectXMath package provides CMake targets:
+
+ find_package(directxmath CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE Microsoft::DirectXMath)
|