mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-17 09:45:29 +03:00
My 11th 2023 update
This commit is contained in:
17
components/security_apps/ips/CMakeLists.txt
Normal file
17
components/security_apps/ips/CMakeLists.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
include_directories(include)
|
||||
|
||||
add_library(ips
|
||||
ips_comp.cc
|
||||
ips_entry.cc
|
||||
ips_signatures.cc
|
||||
simple_protection.cc
|
||||
compound_protection.cc
|
||||
ips_configuration.cc
|
||||
helper_open_source.cc
|
||||
ips_basic_policy.cc
|
||||
snort_basic_policy.cc
|
||||
ips_metric.cc
|
||||
ips_common_types.cc
|
||||
)
|
||||
|
||||
add_subdirectory(ips_ut)
|
||||
Reference in New Issue
Block a user