libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.
Run the following Vcpkg command to install the port.
vcpkg install libbson
The package libbson is compatible with built-in CMake targets:
find_package(libbson-1.0 CONFIG REQUIRED) target_include_directories(main PRIVATE ${BSON_INCLUDE_DIRS}) target_link_libraries(main PRIVATE ${BSON_LIBRARIES}) target_compile_definitions(main PRIVATE ${BSON_DEFINITIONS})
v1.16.1#0
May 1, 2020
All
mongodb/mongo-c-driver843
github.com/mongodb/libbson
26577fd0ad
Complex license
Control