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

@ -66,6 +66,9 @@ macro(set_variables)
# Build packages
set(PACKAGE FALSE CACHE BOOL "Enable package building (this disables local installation of system files)")
# Build extra tools
set(BUILD_TOOLS FALSE CACHE BOOL "Build extra utility tools")
endmacro()
macro(check_deps)