mirror of
https://invent.kde.org/plasma/layer-shell-qt.git
synced 2026-06-13 01:39:09 -04:00
8 lines
300 B
CMake
8 lines
300 B
CMake
# SPDX-FileCopyrightText: 2021 Aleix Pol Gonzalez <aleixpol@kde.org>
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
add_executable(layershellqt-test main.cpp)
|
|
target_link_libraries(layershellqt-test PRIVATE LayerShellQtInterface Qt::Qml Qt::Gui)
|
|
|
|
add_test(NAME layershellqt-test COMMAND layershellqt-test)
|