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

0001 add_definitions(-DTRANSLATION_DOMAIN=\"wacomtablet\")
0002 
0003 set(dataengine_SRCS
0004     wacomtabletengine.cpp
0005     wacomtabletservice.cpp
0006     multidbuspendingcallwatcher.cpp
0007 
0008     wacomtabletengine.h
0009     wacomtabletservice.h
0010     multidbuspendingcallwatcher.h
0011 )
0012 
0013 add_library(plasma_engine_wacomtablet MODULE ${dataengine_SRCS})
0014 target_link_libraries(plasma_engine_wacomtablet
0015                       Plasma::Plasma
0016                       Qt::DBus
0017                       wacom_common
0018 )
0019 
0020 target_link_libraries(plasma_engine_wacomtablet Plasma::Plasma5Support)
0021 
0022 install(TARGETS plasma_engine_wacomtablet
0023         DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma5support/dataengine
0024 )
0025 install(FILES wacomtablet.operations
0026         DESTINATION ${KDE_INSTALL_DATADIR}/plasma5support/services
0027 )