mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 11:29:19 +08:00
6 lines
169 B
CMake
6 lines
169 B
CMake
set(TARGET pcrf_test)
|
|
add_executable(${TARGET} pcrf_test.c)
|
|
target_include_directories(${TARGET} PRIVATE "${PROJECT_SOURCE_DIR}")
|
|
target_link_libraries(${TARGET} mdbx)
|
|
|