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

0001 set(amarokpkg_SRCS
0002     amarokpkg.cpp
0003     ../AmarokContextPackageStructure.cpp
0004 )
0005 
0006 add_executable(amarokpkg ${amarokpkg_SRCS})
0007 
0008 target_link_libraries(amarokpkg KF5::I18n
0009                                 KF5::ConfigWidgets
0010                                 KF5::Package
0011                                 Qt5::DBus
0012                                 Qt5::Core
0013                                 Qt5::Widgets
0014                      )
0015 
0016 install(TARGETS amarokpkg ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
0017