Skip to content

Commit

Permalink
cleanup: falco_engine deps and include paths
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Aponte <federico.aponte@sysdig.com>
  • Loading branch information
federico-sysdig authored and poiana committed Feb 15, 2024
1 parent 539dac0 commit 7a18795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ include(rules)
include(static-analysis)

# Shared build variables
set(FALCO_SINSP_LIBRARY sinsp)
set(FALCO_SHARE_DIR share/falco)
set(FALCO_ABSOLUTE_SHARE_DIR "${CMAKE_INSTALL_PREFIX}/${FALCO_SHARE_DIR}")
set(FALCO_BIN_DIR bin)
Expand Down
6 changes: 3 additions & 3 deletions userspace/engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ add_dependencies(falco_engine yamlcpp njson)

target_include_directories(falco_engine
PUBLIC
${LIBS_DIR}/userspace
${PROJECT_BINARY_DIR}/userspace/engine
${CMAKE_CURRENT_SOURCE_DIR}
${nlohmann_json_INCLUDE_DIRS}
${TBB_INCLUDE_DIR}
${YAMLCPP_INCLUDE_DIR}
)

target_link_libraries(falco_engine
${FALCO_SINSP_LIBRARY}
PUBLIC
sinsp
${YAMLCPP_LIB}
)

0 comments on commit 7a18795

Please sign in to comment.