mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-21 01:49:47 +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})
|
add_library(falco_engine STATIC ${FALCO_ENGINE_SOURCE_FILES})
|
||||||
|
|
||||||
if(USE_BUNDLED_DEPS)
|
if(USE_BUNDLED_DEPS)
|
||||||
add_dependencies(falco_engine yamlcpp)
|
add_dependencies(falco_engine yamlcpp njson)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MINIMAL_BUILD)
|
if(MINIMAL_BUILD)
|
||||||
|
Loading…
Reference in New Issue
Block a user