mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-01 16:08:25 -05:00
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
|
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)
|