mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-22 20:54:27 +08:00
Add CMake support
This commit is contained in:
11
tutorial/CMakeLists.txt
Normal file
11
tutorial/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
set(TARGET mdbx_tutorial)
|
||||
project(${TARGET})
|
||||
|
||||
add_executable(${TARGET}
|
||||
sample-mdbx.c
|
||||
)
|
||||
|
||||
target_link_libraries(${TARGET}
|
||||
libmdbx
|
||||
)
|
||||
|
Reference in New Issue
Block a user