early-access version 2853
This commit is contained in:
9
externals/vcpkg/ports/libbson/usage
vendored
Executable file
9
externals/vcpkg/ports/libbson/usage
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
The package libbson is compatible with built-in CMake targets:
|
||||
|
||||
find_package(bson-1.0 CONFIG REQUIRED)
|
||||
target_link_libraries(main PRIVATE mongo::bson_static)
|
||||
|
||||
or:
|
||||
|
||||
find_package(bson-1.0 CONFIG REQUIRED)
|
||||
target_link_libraries(main PRIVATE mongo::bson_shared)
|
Reference in New Issue
Block a user