1
0
Fork 0
forked from lthn/blockchain
blockchain/contrib/db/libmdbx/example/CMakeLists.txt

7 lines
125 B
Text
Raw Permalink Normal View History

set(TARGET mdbx_example)
project(${TARGET})
add_executable(${TARGET} example-mdbx.c)
target_link_libraries(${TARGET} mdbx)