mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:49:06 +08:00
72c4037ca7
* [lmdb] Update, refresh * Use getopt-win32
5 lines
139 B
Plaintext
5 lines
139 B
Plaintext
lmdb provides CMake targets:
|
|
|
|
find_package(unofficial-lmdb CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE unofficial::lmdb::lmdb)
|