Warning, /multimedia/k3b/plugins/decoder/musepack/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 configure_file(k3bmpc_config.h.cmake k3bmpc_config.h)
0003 
0004 kcoreaddons_add_plugin(k3bmpcdecoder
0005     SOURCES k3bmpcdecoder.cpp k3bmpcwrapper.cpp
0006     INSTALL_NAMESPACE "k3b_plugins")
0007 
0008 target_include_directories(k3bmpcdecoder PRIVATE ${MUSE_INCLUDE_DIR})
0009 
0010 target_link_libraries(k3bmpcdecoder k3bdevice k3blib KF${KF_MAJOR_VERSION}::I18n ${MUSE_LIBRARIES})