Files
openappsec/nodes/attachment_registration_manager/CMakeLists.txt
Daniel-Eisenberg e7b6e51b31 Jan 06 2026 dev (#387)
* sync code

* update code to support brotli

* update code to support brotli

* update code to support brotli

* sync code

* fix findBrotli

* sync code

* sync code

* sync code

* sync code

---------

Co-authored-by: Ned Wright <nedwright@proton.me>
Co-authored-by: Daniel Eisenberg <danielei@checkpoint.com>
2026-01-13 17:17:52 +02:00

32 lines
904 B
CMake
Executable File

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
${Brotli_LIBRARIES}
-Wl,--end-group
)
add_dependencies(attachment_registration_manager ngen_core)
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
)