aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/hlslpp/usage
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/hlslpp/usage')
-rw-r--r--vcpkg/ports/hlslpp/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/hlslpp/usage b/vcpkg/ports/hlslpp/usage
new file mode 100644
index 0000000..b7b4da5
--- /dev/null
+++ b/vcpkg/ports/hlslpp/usage
@@ -0,0 +1,4 @@
+hlslpp provides a CMake package:
+
+ find_package(unofficial-hlslpp CONFIG REQUIRED)
+ target_link_libraries(main PUBLIC unofficial::hlslpp::hlslpp)