diff options
| author | George Hazan <ghazan@miranda.im> | 2019-12-06 17:15:42 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2019-12-06 17:15:42 +0300 |
| commit | 5077fc56fbde196cdf821e044b607d39a34ce258 (patch) | |
| tree | 9d46e9d8ddc22696e48d5073ef046ce3aebae85f /libs/libmdbx/src/example/CMakeLists.txt | |
| parent | 3bb16e798cb51d5764aacbefd4edf26f52d8c4f0 (diff) | |
libmdbx: upgrade to 0.4.0
Diffstat (limited to 'libs/libmdbx/src/example/CMakeLists.txt')
| -rw-r--r-- | libs/libmdbx/src/example/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/libmdbx/src/example/CMakeLists.txt b/libs/libmdbx/src/example/CMakeLists.txt new file mode 100644 index 0000000000..d3e56e82e9 --- /dev/null +++ b/libs/libmdbx/src/example/CMakeLists.txt @@ -0,0 +1,6 @@ +set(TARGET mdbx_example) +project(${TARGET}) + +add_executable(${TARGET} example-mdbx.c) + +target_link_libraries(${TARGET} mdbx) |
