mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-23 20:34:31 +08:00
13 lines
339 B
CMake
13 lines
339 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
qt_internal_add_manual_test(asyncify_exec
|
|
SOURCES
|
|
main.cpp
|
|
LIBRARIES
|
|
Qt::Core
|
|
)
|
|
|
|
# Enable asyncify for this test. Also enable optimizations in order to reduce the binary size.
|
|
target_link_options(asyncify_exec PUBLIC -sASYNCIFY -Os)
|