mirror of
https://invent.kde.org/marcoa/a-la-karte.git
synced 2026-02-09 13:03:09 +00:00
Initial release of A-La-Karte, a unified game launcher for KDE Plasma. Includes the QML UI, platform importers, AppStream metadata, icons, and developer documentation.
9 lines
220 B
CMake
9 lines
220 B
CMake
# SPDX-License-Identifier: BSD-3-Clause
|
|
# SPDX-FileCopyrightText: 2024 A-La-Karte Contributors
|
|
|
|
include(ECMInstallIcons)
|
|
|
|
ecm_install_icons(ICONS
|
|
sc-apps-org.kde.alakarte.svg
|
|
DESTINATION ${KDE_INSTALL_ICONDIR}
|
|
)
|