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