Warning, /plasma/kwin/src/effects/touchpoints/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 #######################################
0002 # Effect
0003
0004 set(touchpoints_SOURCES
0005 main.cpp
0006 touchpoints.cpp
0007 )
0008
0009 kwin4_add_effect_module(kwin4_effect_touchpoints ${touchpoints_SOURCES})
0010 target_link_libraries(kwin4_effect_touchpoints PRIVATE
0011 kwineffects
0012 kwinglutils
0013
0014 KF5::GlobalAccel
0015 )