aboutsummaryrefslogtreecommitdiff
path: root/ports/nmap/usage
diff options
context:
space:
mode:
authorMohamed JAAFAR <mohamet.jaafar@gmail.com>2019-03-08 23:25:49 -0800
committerPhil Christensen <philc@microsoft.com>2019-03-08 23:25:49 -0800
commit9ba7210922bf14fe2310d0d2c69a0dbf3678476e (patch)
tree6feccc0f20fa40dafdc1b6cdaba15c284db70bd5 /ports/nmap/usage
parenta14e462ef9bc5876d621e6d14b38092b5722bf0f (diff)
downloadvcpkg-9ba7210922bf14fe2310d0d2c69a0dbf3678476e.tar.gz
vcpkg-9ba7210922bf14fe2310d0d2c69a0dbf3678476e.zip
[nmap] Integration of nmap netwotk utilities(#5530) (#5545)
* [nmap] Integration of nmap netwotk utilities(#5530) * [nmap] adding openssl and openssh2 support * [nmap] Integration of nmap netwotk utilities(#5530) * [nmap] correction of the DIR option with-openssl and with-openssh
Diffstat (limited to 'ports/nmap/usage')
-rw-r--r--ports/nmap/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/nmap/usage b/ports/nmap/usage
new file mode 100644
index 000000000..d910c7d2e
--- /dev/null
+++ b/ports/nmap/usage
@@ -0,0 +1,5 @@
+The package curl is compatible with built-in CMake targets:
+
+ find_package(NMAP REQUIRED)
+ target_link_libraries(main PRIVATE ${NMAP_LIBRARIES})
+ target_include_directories(main PRIVATE ${NMAP_INCLUDE_DIRS})