mdbx-build: move pcrf_test.

Change-Id: I2d8a63c967651a7a8e72548f26b9aa54c2bb7233
This commit is contained in:
Leo Yuriev
2018-01-14 22:53:43 +03:00
parent a45612e6d0
commit cfd5ba357f
4 changed files with 3 additions and 3 deletions

7
test/pcrf/CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
set(TARGET pcrf_test)
project(${TARGET})
add_executable(${TARGET} pcrf_test.c)
target_link_libraries(${TARGET} mdbx)