Warning, /plasma/kwin/src/plugins/windowsystem/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set(kwindowsystem_plugin_SRCS
0002 plugin.cpp
0003 windoweffects.cpp
0004 windowshadow.cpp
0005 windowsystem.cpp
0006 )
0007
0008 add_library(KF6WindowSystemKWinPlugin OBJECT ${kwindowsystem_plugin_SRCS})
0009 target_compile_definitions(KF6WindowSystemKWinPlugin PRIVATE QT_STATICPLUGIN)
0010 target_link_libraries(KF6WindowSystemKWinPlugin kwin)