shift-shell/kwin/effects/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
484 B
Text
Raw Permalink Normal View History

# SPDX-FileCopyrightText: 2026 Marco Allegretti
# SPDX-License-Identifier: EUPL-1.2
function(add_kwin_effect name source)
kpackage_install_package(${source} ${name} effects kwin)
file(COPY ${source}/contents ${source}/metadata.json DESTINATION ${CMAKE_BINARY_DIR}/bin/kwin/effects/${name})
endfunction()
add_kwin_effect(shift-snap-assist shift-snap-assist)
add_kwin_effect(shift-tile-animations shift-tile-animations)
2026-05-19 07:46:34 +00:00
add_kwin_effect(shift-tile-preview shift-tile-preview)