Warning, /plasma/kdeplasma-addons/templates/plasmapotdprovider/src/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(potd_%{APPNAMELC}_SRCS
0002     %{APPNAMELC}.cpp
0003 )
0004 
0005 add_library(plasma_potd_%{APPNAMELC} MODULE ${potd_%{APPNAMELC}_SRCS})
0006 target_link_libraries(plasma_potd_%{APPNAMELC}
0007     Plasma::PotdProvider
0008     KF5::KIOCore
0009 )
0010 
0011 install(TARGETS plasma_potd_%{APPNAMELC} DESTINATION ${KDE_INSTALL_PLUGINDIR}/potd)