shift-shell/kwin/decorations/CMakeLists.txt
Marco Allegretti 92e7b78b5e kwin: add Shift Aurorae decoration
Add a KWin decoration package under kwin/decorations and install it
into share/kwin/decorations. The QML theme defines Shift titlebar
colors, button rendering, and maximized border geometry.

Wire the new decorations subdirectory from kwin/CMakeLists.txt.
2026-05-04 11:43:41 +02:00

7 lines
197 B
CMake

# SPDX-FileCopyrightText: 2025 SHIFT Contributors
# SPDX-License-Identifier: GPL-2.0-or-later
install(
DIRECTORY org.shift.decoration
DESTINATION ${KDE_INSTALL_DATADIR}/kwin/decorations
)