mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-22 20:54:27 +08:00
mdbx-build: minor cleanup after pul-request/merge.
Change-Id: Ia612dbd939be7acd938fca8eb3f93f650560417a
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user