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(KF5WindowSystemKWinPlugin OBJECT ${kwindowsystem_plugin_SRCS})
0009 set_property(TARGET KF5WindowSystemKWinPlugin PROPERTY POSITION_INDEPENDENT_CODE ON)
0010 target_compile_definitions(KF5WindowSystemKWinPlugin PRIVATE QT_STATICPLUGIN)
0011 target_link_libraries(KF5WindowSystemKWinPlugin kwin)