mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 21:58:55 +08:00
9211f80ed7
* [bigint] Adapter xcode 5.1.1 * [bigint] Add vcpkg-cmake-wrapper * [zxing-cpp] use vcpkg bigint instead
6 lines
235 B
Plaintext
6 lines
235 B
Plaintext
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})
|