if(ENABLE_PLUGIN_SSHMANAGER)
    add_subdirectory(SSHManager)
endif()
if(ENABLE_PLUGIN_QUICKCOMMANDS)
    add_subdirectory(QuickCommands)
endif()
