Warning, /multimedia/k3b/src/helper/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 add_executable(k3bhelper k3bhelper.cpp k3bhelperprogramitem.cpp)
0003 
0004 target_link_libraries(k3bhelper KF${KF_MAJOR_VERSION}::AuthCore)
0005 
0006 install(TARGETS k3bhelper DESTINATION ${KAUTH_HELPER_INSTALL_DIR})
0007 
0008 kauth_install_helper_files(k3bhelper org.kde.k3b root)
0009 
0010 kauth_install_actions(org.kde.k3b k3b.actions)