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