mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 08:57:21 +00:00
19 lines
No EOL
515 B
CMake
19 lines
No EOL
515 B
CMake
# SPDX-FileCopyrightText: 2026 Marco Allegretti
|
|
# SPDX-License-Identifier: EUPL-1.2
|
|
|
|
install(
|
|
DIRECTORY shift-dark shift-light
|
|
DESTINATION ${KDE_INSTALL_DATADIR}/plasma/desktoptheme
|
|
)
|
|
|
|
install(
|
|
FILES ${CMAKE_SOURCE_DIR}/color-schemes/ShiftDark.colors
|
|
DESTINATION ${KDE_INSTALL_DATADIR}/plasma/desktoptheme/shift-dark
|
|
RENAME colors
|
|
)
|
|
|
|
install(
|
|
FILES ${CMAKE_SOURCE_DIR}/color-schemes/ShiftLight.colors
|
|
DESTINATION ${KDE_INSTALL_DATADIR}/plasma/desktoptheme/shift-light
|
|
RENAME colors
|
|
) |