mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:31:27 +08:00
49931943ab
* Update and fix mongo-c-driver, libbson * Update versions * Feature zstd needs pkgconf * Update versions * Set host triplet to bring pkgconf into PATH * Update versions
6 lines
271 B
CMake
6 lines
271 B
CMake
include(CMakeFindDependencyMacro)
|
|
find_dependency(libbson-static-1.0 ${${CMAKE_FIND_PACKAGE_NAME}_FIND_VERSION} CONFIG)
|
|
set(BSON_DEFINITIONS "${BSON_STATIC_DEFINITIONS}")
|
|
set(BSON_INCLUDE_DIRS "${BSON_STATIC_INCLUDE_DIRS}")
|
|
set(BSON_LIBRARIES "${BSON_STATIC_LIBRARIES}")
|