aboutsummaryrefslogtreecommitdiff
path: root/ports/libcopp/usage
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2018-12-18 15:33:10 -0800
committerPhil Christensen <philc@microsoft.com>2018-12-18 15:33:10 -0800
commit47c60f9b6b6f58c9210bc1ca6cd7fa431618b0d2 (patch)
treeff1b03fd083d6330f1e696a79213363f677c3a51 /ports/libcopp/usage
parent165f96bb51a33239f81cd084378fde0479283508 (diff)
parentd2b0798854c16d8644e3ba2f69ffd3baa448f4ec (diff)
downloadvcpkg-47c60f9b6b6f58c9210bc1ca6cd7fa431618b0d2.tar.gz
vcpkg-47c60f9b6b6f58c9210bc1ca6cd7fa431618b0d2.zip
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4952
Diffstat (limited to 'ports/libcopp/usage')
-rw-r--r--ports/libcopp/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/libcopp/usage b/ports/libcopp/usage
new file mode 100644
index 000000000..4593a42ad
--- /dev/null
+++ b/ports/libcopp/usage
@@ -0,0 +1,5 @@
+The package libcopp provides CMake integration:
+
+ find_package(Libcopp CONFIG REQUIRED)
+ target_include_directories(main PRIVATE ${Libcopp_INCLUDE_DIRS})
+ target_link_libraries(main PRIVATE ${Libcotask_LIBRARIES} ${Libcopp_LIBRARIES})