mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-29 09:48:26 -05:00
10 lines
283 B
Plaintext
Executable File
10 lines
283 B
Plaintext
Executable File
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)
|