mirror of https://github.com/qt/qthttpserver.git
14 lines
434 B
CMake
14 lines
434 B
CMake
# Copyright (C) 2024 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
#####################################################################
|
|
## tst_qhttpservermultithreaded Test:
|
|
#####################################################################
|
|
|
|
qt_internal_add_test(tst_qhttpservermultithreaded
|
|
SOURCES
|
|
tst_qhttpservermultithreaded.cpp
|
|
LIBRARIES
|
|
Qt::HttpServer Qt::Concurrent Qt::TestPrivate
|
|
)
|