Warning, /plasma/wacomtablet/src/tabletfinder/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 set( tabletfinder_SRCS
0003      main.cpp
0004      dialog.cpp
0005      hwbuttondialog.cpp
0006      dialog.h
0007      hwbuttondialog.h
0008 )
0009 
0010 ki18n_wrap_ui( tabletfinder_SRCS
0011                    dialog.ui
0012                    hwbuttondialog.ui
0013 )
0014 
0015 add_executable(kde_wacom_tabletfinder ${tabletfinder_SRCS})
0016 
0017 target_link_libraries( kde_wacom_tabletfinder
0018                        wacom_common
0019 )
0020 
0021 install(TARGETS kde_wacom_tabletfinder DESTINATION ${KDE_INSTALL_BINDIR} )
0022 install( FILES kde_wacom_tabletfinder.desktop  DESTINATION  ${KDE_INSTALL_APPDIR} )