mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-30 03:34:26 +03:00
First release of open-appsec source code
This commit is contained in:
28
nodes/attachment_registration_manager/CMakeLists.txt
Executable file
28
nodes/attachment_registration_manager/CMakeLists.txt
Executable file
@@ -0,0 +1,28 @@
|
||||
add_subdirectory(package)
|
||||
|
||||
add_executable(attachment_registration_manager main.cc)
|
||||
|
||||
target_link_libraries(attachment_registration_manager
|
||||
-Wl,--start-group
|
||||
${COMMON_LIBRARIES}
|
||||
|
||||
generic_rulebase
|
||||
generic_rulebase_evaluators
|
||||
ip_utilities
|
||||
version
|
||||
signal_handler
|
||||
|
||||
attachment_registrator
|
||||
http_transaction_data
|
||||
-Wl,--end-group
|
||||
)
|
||||
|
||||
install(TARGETS attachment_registration_manager DESTINATION bin)
|
||||
install(TARGETS attachment_registration_manager DESTINATION attachment_registration_manager_service/bin)
|
||||
|
||||
gen_package(
|
||||
install-cp-nano-attachment-registration-manager.sh
|
||||
attachment_registration_manager_service
|
||||
./install-attachment-registration-manager.sh
|
||||
Check Point Attachment Registration Manager Nano Service Version ${PACKAGE_VERSION} Install Package
|
||||
)
|
Reference in New Issue
Block a user