Merge pull request #290 from draios/no-rules-files-in-engine

Move rules cmakefiles from engine to falco itself
This commit is contained in:
Mark Stemm 2017-10-10 15:59:32 -07:00 committed by GitHub
commit 5b65fe11f1
2 changed files with 2 additions and 2 deletions

View File

@ -392,6 +392,8 @@ endif()
install(FILES falco.yaml
DESTINATION "${FALCO_ETC_DIR}")
add_subdirectory(rules)
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
add_subdirectory("${SYSDIG_DIR}/driver" "${PROJECT_BINARY_DIR}/driver")
endif()

View File

@ -27,5 +27,3 @@ install(DIRECTORY lua
DESTINATION "${FALCO_SHARE_DIR}"
FILES_MATCHING PATTERN *.lua)
endif()
add_subdirectory("${PROJECT_SOURCE_DIR}/../falco/rules" "${PROJECT_BINARY_DIR}/rules")