aboutsummaryrefslogtreecommitdiff
path: root/quotest/CMakeLists.txt
blob: d17e862070e44dbdab9132947e040d051bb4b412 (plain)
1
2
3
4
5
6
7
8
# SPDX-FileCopyrightText: 2021 Carl Schwan <carlschwan@kde.org>
#
# SPDX-License-Identifier: BSD-3-Clause

set(quotest_SRCS quotest.cpp)

add_executable(quotest ${quotest_SRCS})
target_link_libraries(quotest PRIVATE Qt5::Core Qt5::Test ${PROJECT_NAME})