vcpkg/ports/mongo-c-driver/usage

8 lines
322 B
Plaintext
Raw Normal View History

2019-07-07 15:19:17 +08:00
The package mongo-c-driver is compatible with built-in CMake targets:
find_package(libmongoc-1.0 CONFIG REQUIRED)
target_include_directories(main PRIVATE ${MONGOC_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${MONGOC_LIBRARIES})
target_compile_definitions(main PRIVATE ${MONGOC_DEFINITIONS})