aboutsummaryrefslogtreecommitdiff
path: root/ports/bigint/usage
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-08-27 20:24:39 -0700
committerGitHub <noreply@github.com>2020-08-27 20:24:39 -0700
commit9211f80ed71432223e15a4f80283f6138dd63174 (patch)
tree1916469b899ad67e25f03ee92a75fe4dd9a6ff06 /ports/bigint/usage
parent69f57ef4e0c7fdbfbe3f18c5d834afae3f0ac108 (diff)
downloadvcpkg-9211f80ed71432223e15a4f80283f6138dd63174.tar.gz
vcpkg-9211f80ed71432223e15a4f80283f6138dd63174.zip
[bigint/zxing-cpp] Adapter xcode 5.1.1 and set it as a dependency of zxing-cpp (#13129)
* [bigint] Adapter xcode 5.1.1 * [bigint] Add vcpkg-cmake-wrapper * [zxing-cpp] use vcpkg bigint instead
Diffstat (limited to 'ports/bigint/usage')
-rw-r--r--ports/bigint/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/bigint/usage b/ports/bigint/usage
new file mode 100644
index 000000000..cf9dc6474
--- /dev/null
+++ b/ports/bigint/usage
@@ -0,0 +1,5 @@
+The package @PORT@:@TARGET_TRIPLET@ provides CMake targets:
+
+ find_package(@PORT@ CONFIG REQUIRED)
+ target_include_directories(main PRIVATE ${BIGINT_INCLUDE_DIRS})
+ target_link_libraries(main PRIVATE ${BIGINT_LIBRARIES})