1 2 3 4 5 6
set(TARGET mdbx_example) project(${TARGET}) add_executable(${TARGET} example-mdbx.c) target_link_libraries(${TARGET} mdbx)