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

View File

@ -135,10 +135,10 @@ install(TARGETS ${TARGET}_STATIC DESTINATION ${CMAKE_INSTALL_PREFIX}/lib64 COMPO
install(TARGETS ${TARGET}_SHARED DESTINATION ${CMAKE_INSTALL_PREFIX}/lib64 COMPONENT mdbx)
install(FILES mdbx.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include COMPONENT mdbx-devel)
add_subdirectory(tutorial)
add_subdirectory(test)
add_subdirectory(src/tools)
add_subdirectory(pcrf_test)
add_subdirectory(test)
add_subdirectory(test/pcrf)
add_subdirectory(tutorial)
##############################################################################