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