Added a rule parsing tool for the dbfwfilter. The tool can be build with the -DBUILD_TOOLS=Y flag for CMake.

This commit is contained in:
Markus Makela
2015-04-03 10:37:21 +03:00
parent e13ab6689d
commit 89ca0f420a
6 changed files with 83 additions and 4 deletions

View File

@ -1,4 +1,4 @@
if(BUILD_TESTS)
if(BUILD_TESTS OR BUILD_TOOLS)
file(GLOB FULLCORE_SRC *.c)
add_library(fullcore STATIC ${FULLCORE_SRC})
target_link_libraries(fullcore ${CURL_LIBRARIES} log_manager utils pthread ${EMBEDDED_LIB} ssl aio rt crypt dl crypto inih z m stdc++)