Warning, /plasma/kdeplasma-addons/wallpapers/potd/plugins/providers/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 include_directories(${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/..) 0002 0003 kcoreaddons_add_plugin(plasma_potd_flickrprovider SOURCES flickrprovider.cpp INSTALL_NAMESPACE "potd") 0004 target_link_libraries(plasma_potd_flickrprovider plasmapotdprovidercore plasma_wallpaper_potdplugin_debug KF6::KIOCore KF6::CoreAddons) 0005 0006 kcoreaddons_add_plugin(plasma_potd_apodprovider SOURCES apodprovider.cpp INSTALL_NAMESPACE "potd") 0007 target_link_libraries(plasma_potd_apodprovider plasmapotdprovidercore KF6::KIOCore) 0008 0009 kcoreaddons_add_plugin(plasma_potd_natgeoprovider SOURCES natgeoprovider.cpp INSTALL_NAMESPACE "potd") 0010 target_link_libraries(plasma_potd_natgeoprovider plasmapotdprovidercore KF6::KIOCore) 0011 0012 kcoreaddons_add_plugin(plasma_potd_epodprovider SOURCES epodprovider.cpp INSTALL_NAMESPACE "potd") 0013 target_link_libraries(plasma_potd_epodprovider plasmapotdprovidercore KF6::KIOCore) 0014 0015 kcoreaddons_add_plugin(plasma_potd_noaaprovider SOURCES noaaprovider.cpp INSTALL_NAMESPACE "potd") 0016 target_link_libraries(plasma_potd_noaaprovider plasmapotdprovidercore plasma_wallpaper_potdplugin_debug KF6::KIOCore) 0017 0018 kcoreaddons_add_plugin(plasma_potd_wcpotdprovider SOURCES wcpotdprovider.cpp INSTALL_NAMESPACE "potd") 0019 target_link_libraries(plasma_potd_wcpotdprovider plasmapotdprovidercore KF6::KIOCore) 0020 0021 kcoreaddons_add_plugin(plasma_potd_bingprovider SOURCES bingprovider.cpp INSTALL_NAMESPACE "potd") 0022 target_link_libraries(plasma_potd_bingprovider plasmapotdprovidercore KF6::KIOCore) 0023 0024 kcoreaddons_add_plugin(plasma_potd_simonstalenhagprovider SOURCES simonstalenhagprovider.cpp INSTALL_NAMESPACE "potd") 0025 target_link_libraries(plasma_potd_simonstalenhagprovider plasmapotdprovidercore KF6::KIOCore)