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:
Andrea Terzolo 2022-12-09 17:54:03 +01:00 committed by poiana
parent 70dfdb2e75
commit 52ee61b800

View File

@ -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)