diff options
| author | Phil Christensen <philc@microsoft.com> | 2018-12-20 13:50:12 -0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2018-12-20 13:50:12 -0800 |
| commit | ea831f43024a06700a9d8e901c1cb87844a63d81 (patch) | |
| tree | fd1a423c0f13fda818445d069a73453746d1d9f9 /ports/libcopp/usage | |
| parent | 96b282341fd80763ef8533ba6619064ad3e8a60f (diff) | |
| parent | edec46528d897c584ab1d9454b36a58f7fece217 (diff) | |
| download | vcpkg-ea831f43024a06700a9d8e901c1cb87844a63d81.tar.gz vcpkg-ea831f43024a06700a9d8e901c1cb87844a63d81.zip | |
Merge branch 'master' into dev/philc/4966
Diffstat (limited to 'ports/libcopp/usage')
| -rw-r--r-- | ports/libcopp/usage | 5 |
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})
|
