mdbx-build: minor cleanup after pul-request/merge.

Change-Id: Ia612dbd939be7acd938fca8eb3f93f650560417a
This commit is contained in:
Leo Yuriev
2018-01-14 22:01:38 +03:00
parent 506caee9e5
commit ab7cb2c39e
9 changed files with 437 additions and 425 deletions

View File

@@ -1,11 +1,7 @@
set(TARGET mdbx_tutorial)
project(${TARGET})
add_executable(${TARGET}
sample-mdbx.c
)
add_executable(${TARGET} sample-mdbx.c)
target_link_libraries(${TARGET}
mdbx
)
target_link_libraries(${TARGET} mdbx)