mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-16 17:31:52 +03:00
First release of open-appsec source code
This commit is contained in:
13
components/security_apps/waap/CMakeLists.txt
Executable file
13
components/security_apps/waap/CMakeLists.txt
Executable file
@@ -0,0 +1,13 @@
|
||||
add_library(waap
|
||||
waap_component.cc
|
||||
waap_component_impl.cc
|
||||
first_request_object.cc
|
||||
)
|
||||
|
||||
add_subdirectory(waap_clib)
|
||||
add_subdirectory(reputation)
|
||||
|
||||
include_directories(include)
|
||||
include_directories(reputation)
|
||||
|
||||
install(DIRECTORY resources DESTINATION http_transaction_handler_service USE_SOURCE_PERMISSIONS)
|
||||
Reference in New Issue
Block a user