shift-shell/kwin/mobiletaskswitcher/CMakeLists.txt

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

10 lines
404 B
Text
Raw Normal View History

2023-03-06 06:38:43 +00:00
# SPDX-FileCopyrightText: 2022 Devin Lin <devin@kde.org>
# SPDX-License-Identifier: GPL-2.0-or-later
kpackage_install_package(package mobiletaskswitcher effects kwin)
2023-03-06 06:38:43 +00:00
# Copy the script to the build directory so one can run tests without prior
# make install.
file(COPY package/contents package/metadata.json DESTINATION ${CMAKE_BINARY_DIR}/bin/kwin/effects/mobiletaskswitcher)
2023-03-06 06:38:43 +00:00
add_subdirectory(plugin)