diff options
| author | OWenT <owt5008137@live.com> | 2018-12-18 08:28:13 +0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-12-17 16:28:13 -0800 |
| commit | 411d1332ada32750ae9993654cf38b9e3dd2c72d (patch) | |
| tree | e91904007ab8c6f20fb04b7c4971df6982aeb851 /ports/libcopp/usage | |
| parent | ae2b0639a322824e1b69afad6ae855230d16c948 (diff) | |
| download | vcpkg-411d1332ada32750ae9993654cf38b9e3dd2c72d.tar.gz vcpkg-411d1332ada32750ae9993654cf38b9e3dd2c72d.zip | |
add libcopp (#4918)
* add libcopp
* [libcopp] Disable ninja due to asm issue. Tweak/install usage file. Prefer static linking over CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS. Use vcpkg_fixup_cmake_targets.
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})
|
