mirror of
https://github.com/isar/libmdbx.git
synced 2025-02-07 15:59:36 +08:00
8 lines
120 B
CMake
8 lines
120 B
CMake
set(TARGET pcrf_test)
|
|
project(${TARGET})
|
|
|
|
add_executable(${TARGET} pcrf_test.c)
|
|
|
|
target_link_libraries(${TARGET} mdbx)
|
|
|