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

0001 set( amarok_importer-fastforward_PART_SRCS
0002     FastForwardConfigWidget.cpp
0003     FastForwardManager.cpp
0004     FastForwardProvider.cpp
0005     FastForwardTrack.cpp
0006 )
0007 
0008 ki18n_wrap_ui( amarok_importer-fastforward_PART_SRCS FastForwardConfigWidget.ui )
0009 
0010 add_library(amarok_importer-fastforward MODULE ${amarok_importer-fastforward_PART_SRCS} )
0011 
0012 target_link_libraries( amarok_importer-fastforward
0013     amarokcore
0014     amaroklib
0015     KF5::KIOCore
0016     Qt5::Sql
0017 )
0018 
0019 install( TARGETS amarok_importer-fastforward DESTINATION ${KDE_INSTALL_PLUGINDIR} )
0020 
0021 kcoreaddons_desktop_to_json(amarok_importer-fastforward amarok_importer-fastforward.desktop SERVICE_TYPES ${CMAKE_SOURCE_DIR}/src/amarok-plugin.desktop)