diff options
| author | Phil Christensen <philc@microsoft.com> | 2018-12-20 14:56:52 -0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2018-12-20 14:56:52 -0800 |
| commit | 93ac00106ecc7409dab32366758c75baa9c9bb6a (patch) | |
| tree | 4681a5fd088ab04ce6fb11a1334e163576d698a7 /ports/libcopp/usage | |
| parent | f64362201923a20111ced9b789286437a8acac13 (diff) | |
| parent | 99b06bba5d86a6982f2491d9f4ea7ef637ff3747 (diff) | |
| download | vcpkg-93ac00106ecc7409dab32366758c75baa9c9bb6a.tar.gz vcpkg-93ac00106ecc7409dab32366758c75baa9c9bb6a.zip | |
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4994
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})
|
