3
0
mirror of https://github.com/isar/libmdbx.git synced 2025-03-07 18:18:14 +08:00
libmdbx/test/pcrf/CMakeLists.txt

8 lines
120 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)
2018-01-05 05:57:54 +03:00
target_link_libraries(${TARGET} mdbx)
2018-01-05 05:57:54 +03:00