Warning, /plasma/kwin/src/plugins/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 kwin_add_builtin_effect(touchpoints ${touchpoints_SOURCES}) 0010 target_link_libraries(touchpoints PRIVATE 0011 kwin 0012 0013 KF6::GlobalAccel 0014 )