aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/dxsdk-d3dx/usage
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/dxsdk-d3dx/usage')
-rw-r--r--vcpkg/ports/dxsdk-d3dx/usage6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcpkg/ports/dxsdk-d3dx/usage b/vcpkg/ports/dxsdk-d3dx/usage
new file mode 100644
index 0000000..da585a2
--- /dev/null
+++ b/vcpkg/ports/dxsdk-d3dx/usage
@@ -0,0 +1,6 @@
+The legacy DirectX SDK D3DX package provides CMake targets:
+
+ find_package(dxsdk-d3dx CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE Microsoft::D3DX9 Microsoft::D3DX10 Microsoft::D3DX11)
+
+NOTE: This port is not recommended for use in new projects and is incompatible with the deprecated directxsdk port.