mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-18 18:58:41 +00:00
7 lines
134 B
CMake
7 lines
134 B
CMake
add_subdirectory(trace_files)
|
|
|
|
if(NOT MUSL_OPTIMIZED_BUILD)
|
|
add_subdirectory(plugins)
|
|
add_subdirectory(confs/plugins)
|
|
endif()
|