mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
11 lines
346 B
Text
11 lines
346 B
Text
|
|
function(add_kwin_script name)
|
||
|
|
kpackage_install_package(${name} ${name} scripts kwin)
|
||
|
|
|
||
|
|
# Copy the script to the build directory so one can run tests without prior
|
||
|
|
# make install. FIXME: use add_custom_command.
|
||
|
|
file(COPY ${name} DESTINATION ${CMAKE_BINARY_DIR}/bin/kwin/scripts/)
|
||
|
|
endfunction()
|
||
|
|
|
||
|
|
add_kwin_script(convergentwindows)
|
||
|
|
|