libmdbx/pcrf_test/CMakeLists.txt

12 lines
149 B
CMake
Raw Normal View History

2018-01-05 05:57:54 +03:00
set(TARGET pcrf_test)
project(${TARGET})
add_executable(${TARGET}
pcrf_test.c
)
target_link_libraries(${TARGET}
libmdbx
)