Warning, /plasma/discover/libdiscover/backends/SnapBackend/libsnapclient/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-paths.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-paths.h) 0002 0003 ki18n_wrap_ui(SnapMacaroonDialog_SRCS SnapMacaroonDialog.ui) 0004 add_executable(SnapMacaroonDialog SnapMacaroonDialog.cpp ${SnapMacaroonDialog_SRCS}) 0005 target_link_libraries(SnapMacaroonDialog Qt::Network Qt::Widgets KF6::AuthCore KF6::I18n) 0006 install(TARGETS SnapMacaroonDialog DESTINATION ${KDE_INSTALL_LIBEXECDIR}/discover) 0007 0008 add_executable(libsnap_helper SnapAuthHelper.cpp) 0009 target_link_libraries(libsnap_helper Qt::Network KF6::AuthCore Snapd::Core) 0010 install(TARGETS libsnap_helper DESTINATION ${KAUTH_HELPER_INSTALL_DIR}) 0011 0012 kauth_install_actions(org.kde.discover.libsnapclient org.kde.discover.libsnapclient.actions) 0013 kauth_install_helper_files(libsnap_helper org.kde.discover.libsnapclient root)