aboutsummaryrefslogtreecommitdiff
path: root/ports/sockpp/usage
diff options
context:
space:
mode:
authorAnkush Singh <11595119+thewisebro@users.noreply.github.com>2020-06-02 07:40:23 +0530
committerGitHub <noreply@github.com>2020-06-01 19:10:23 -0700
commitf5676127ee28ade462b01e6f969689fc8dece3ae (patch)
tree1ba613730da542791ab7eb3c6a836a72ec5e955d /ports/sockpp/usage
parente7041e1ef6f61ef01cee0eed90308930258ba457 (diff)
downloadvcpkg-f5676127ee28ade462b01e6f969689fc8dece3ae.tar.gz
vcpkg-f5676127ee28ade462b01e6f969689fc8dece3ae.zip
[sockpp] Add new port (#11562)
* [sockpp] Add new port * [sockpp] Address review comments * [sockpp] Update ci.baseline * [sockpp] Fix typo * [sockpp] Fix sockppConfig.cmake
Diffstat (limited to 'ports/sockpp/usage')
-rw-r--r--ports/sockpp/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/sockpp/usage b/ports/sockpp/usage
new file mode 100644
index 000000000..5cfb06d29
--- /dev/null
+++ b/ports/sockpp/usage
@@ -0,0 +1,5 @@
+The package sockpp provides CMake integration:
+
+ find_package(sockpp CONFIG REQUIRED)
+ target_include_directories(main PRIVATE ${SOCKPP_INCLUDE_DIRS})
+ target_link_libraries(main PRIVATE ${SOCKPP_LIBRARIES})