mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-02-02 19:27:36 +08:00
17 lines
441 B
CMake
17 lines
441 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
#####################################################################
|
|
## qdecompresshelper Binary:
|
|
#####################################################################
|
|
|
|
qt_internal_add_benchmark(qdecompresshelper
|
|
SOURCES
|
|
main.cpp
|
|
DEFINES
|
|
SRC_DIR=${CMAKE_CURRENT_SOURCE_DIR}
|
|
LIBRARIES
|
|
Qt::NetworkPrivate
|
|
Qt::Test
|
|
)
|