You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
558 B
17 lines
558 B
set(kwindowsystem_plugin_SRCS |
|
plugin.cpp |
|
windoweffects.cpp |
|
windowshadow.cpp |
|
windowsystem.cpp |
|
) |
|
|
|
add_library(KF5WindowSystemKWinPrivatePlugin MODULE ${kwindowsystem_plugin_SRCS}) |
|
set_target_properties(KF5WindowSystemKWinPrivatePlugin PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/kf5/org.kde.kwindowsystem.platforms/") |
|
target_link_libraries(KF5WindowSystemKWinPrivatePlugin kwin) |
|
|
|
install( |
|
TARGETS |
|
KF5WindowSystemKWinPrivatePlugin |
|
DESTINATION |
|
${PLUGIN_INSTALL_DIR}/kf5/org.kde.kwindowsystem.platforms/ |
|
)
|
|
|