mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-22 18:32:08 +00:00
chore(userspace): add njson
lib as a dependency for falco_engine
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
parent
70dfdb2e75
commit
52ee61b800
@ -30,7 +30,7 @@ set(FALCO_ENGINE_SOURCE_FILES
|
||||
add_library(falco_engine STATIC ${FALCO_ENGINE_SOURCE_FILES})
|
||||
|
||||
if(USE_BUNDLED_DEPS)
|
||||
add_dependencies(falco_engine yamlcpp)
|
||||
add_dependencies(falco_engine yamlcpp njson)
|
||||
endif()
|
||||
|
||||
if(MINIMAL_BUILD)
|
||||
|
Loading…
Reference in New Issue
Block a user