mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-05 10:56:47 +00:00
chore(build): install container plugin as part of Falco install target.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
66cd160f1d
commit
a79b3b122c
@ -267,6 +267,12 @@ if(NOT WIN32
|
|||||||
AND NOT MUSL_OPTIMIZED_BUILD
|
AND NOT MUSL_OPTIMIZED_BUILD
|
||||||
)
|
)
|
||||||
include(falcoctl)
|
include(falcoctl)
|
||||||
|
include(container_plugin)
|
||||||
|
install(
|
||||||
|
FILES "${PROJECT_BINARY_DIR}/container_plugin-prefix/src/libcontainer.so"
|
||||||
|
DESTINATION "${FALCO_ABSOLUTE_SHARE_DIR}/plugins"
|
||||||
|
COMPONENT "${FALCO_COMPONENT_NAME}"
|
||||||
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Packages configuration
|
# Packages configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user