mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
14 lines
314 B
CMake
Executable File
14 lines
314 B
CMake
Executable File
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)
|