Warning, /multimedia/amarok/src/importers/rhythmbox/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set( amarok_importer-rhythmbox_PART_SRCS
0002     RhythmboxConfigWidget.cpp
0003     RhythmboxManager.cpp
0004     RhythmboxProvider.cpp
0005     RhythmboxTrack.cpp
0006 )
0007 
0008 add_library(amarok_importer-rhythmbox MODULE ${amarok_importer-rhythmbox_PART_SRCS} )
0009 
0010 target_link_libraries( amarok_importer-rhythmbox
0011     amarokcore
0012     amaroklib
0013     KF5::KIOCore
0014 )
0015 
0016 install( TARGETS amarok_importer-rhythmbox DESTINATION ${KDE_INSTALL_PLUGINDIR} )
0017 
0018 kcoreaddons_desktop_to_json(amarok_importer-rhythmbox amarok_importer-rhythmbox.desktop SERVICE_TYPES ${CMAKE_SOURCE_DIR}/src/amarok-plugin.desktop)