aboutsummaryrefslogtreecommitdiff
path: root/ports/libcopp/usage
diff options
context:
space:
mode:
authorOWenT <owentou@tencent.com>2020-07-08 04:47:32 +0800
committerGitHub <noreply@github.com>2020-07-07 13:47:32 -0700
commit279a28e81d73d400e307cd8db829628c3af196da (patch)
treede07ed2d8405b4b1cafed78f3bba85f5f7e65675 /ports/libcopp/usage
parent7c82b03faf93e607c722e518819a54e4359aeddc (diff)
downloadvcpkg-279a28e81d73d400e307cd8db829628c3af196da.tar.gz
vcpkg-279a28e81d73d400e307cd8db829628c3af196da.zip
[libcoppp] Update version to 1.3.0 (#12264)
* Update libcoppp Update ports/libcopp/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Update libcopp to 1.3.1 Update CONTROL of libcopp Remove useless ```if() ... endif()``` branch Replace ```file(COPY ...)``` with ```file(INSTALL ...)``` * Merge patch from https://github.com/microsoft/vcpkg/pull/12264
Diffstat (limited to 'ports/libcopp/usage')
-rw-r--r--ports/libcopp/usage5
1 files changed, 0 insertions, 5 deletions
diff --git a/ports/libcopp/usage b/ports/libcopp/usage
deleted file mode 100644
index 4593a42ad..000000000
--- a/ports/libcopp/usage
+++ /dev/null
@@ -1,5 +0,0 @@
-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})