Warning, /plasma/kinfocenter/Modules/usbview/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # KI18N Translation Domain for this library
0002 add_definitions(-DTRANSLATION_DOMAIN=\"kcmusb\")
0003 
0004 ########### next target ###############
0005 
0006 set(kcm_usb_PART_SRCS kcmusb.cpp
0007     kcmusb.h
0008     usbdb.cpp
0009     usbdb.h
0010     usbdevices.cpp
0011     usbdevices.h )
0012 
0013 kcoreaddons_add_plugin(kcm_usb SOURCES ${kcm_usb_PART_SRCS} INSTALL_NAMESPACE "plasma/kcms/kinfocenter")
0014 
0015 target_link_libraries(kcm_usb KF5::KCMUtils KF5::I18n Libusb-1.0)