summaryrefslogtreecommitdiff
path: root/libs/libmdbx/src/example/CMakeLists.txt
blob: d3e56e82e9b33a48df7f7c1ddbba26da42c10c7c (plain)
1
2
3
4
5
6
set(TARGET mdbx_example)
project(${TARGET})

add_executable(${TARGET} example-mdbx.c)

target_link_libraries(${TARGET} mdbx)