libmdbx/tutorial/CMakeLists.txt

8 lines
126 B
CMake
Raw Normal View History

2018-01-04 14:27:09 +08:00
set(TARGET mdbx_tutorial)
project(${TARGET})
add_executable(${TARGET} sample-mdbx.c)
2018-01-04 14:27:09 +08:00
target_link_libraries(${TARGET} mdbx)
2018-01-04 14:27:09 +08:00