add_executable(rublon_check_application rublon_check_application.cpp ) target_link_options(rublon_check_application PUBLIC -fpic -s -Wl,--gc-sections -flto ) target_link_libraries(rublon_check_application PUBLIC rublon-ssh -lcurl -lssl -lcrypto ) include(GNUInstallDirs) install( TARGETS rublon_check_application DESTINATION ${CMAKE_INSTALL_SBINDIR} COMPONENT PAM )