mirror of
https://github.com/falcosecurity/falco.git
synced 2026-05-12 17:52:56 +00:00
12 lines
278 B
CMake
12 lines
278 B
CMake
add_subdirectory(k8s_audit)
|
|
add_subdirectory(plugins)
|
|
|
|
include(copy_files_to_build_dir)
|
|
|
|
# Note: list of traces is created at cmake time, not build time
|
|
file(GLOB test_trace_files
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/*.scap")
|
|
|
|
copy_files_to_build_dir("${test_trace_files}" base-scap)
|
|
|