early-access version 2853
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
The package mongo-c-driver is compatible with built-in CMake targets:
|
||||
|
||||
find_package(mongoc-1.0 CONFIG REQUIRED)
|
||||
target_link_libraries(main PRIVATE mongo::mongoc_shared)
|
||||
|
||||
or:
|
||||
|
||||
find_package(mongoc-1.0 CONFIG REQUIRED)
|
||||
target_link_libraries(main PRIVATE mongo::mongoc_static)
|
||||
Reference in New Issue
Block a user