mirror of
https://gitflic.ru/project/erthink/libmdbx.git
synced 2025-09-29 04:27:57 +00:00
7 lines
125 B
CMake
7 lines
125 B
CMake
set(TARGET mdbx_example)
|
|
project(${TARGET})
|
|
|
|
add_executable(${TARGET} example-mdbx.c)
|
|
|
|
target_link_libraries(${TARGET} mdbx)
|