Files
layer-shell-qt/tests/CMakeLists.txt
T
2021-04-06 13:54:43 +02:00

6 lines
240 B
CMake

# SPDX-FileCopyrightText: 2021 Aleix Pol Gonzalez <[email protected]>
# SPDX-License-Identifier: BSD-3-Clause
add_executable(layershellqt-test main.cpp)
target_link_libraries(layershellqt-test PRIVATE LayerShellQtInterface Qt::Qml Qt::Gui)