mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-28 09:02:30 +08:00
mdbx-build: start using CMake (incomplete; no properly installation for now).
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
set(TARGET pcrf_test)
|
||||
project(${TARGET})
|
||||
|
||||
add_executable(${TARGET} pcrf_test.c)
|
||||
|
||||
target_include_directories(${TARGET} PRIVATE "${PROJECT_SOURCE_DIR}")
|
||||
target_link_libraries(${TARGET} mdbx)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user