summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/eventloop/asyncify_exec/CMakeLists.txt
blob: f8328660b2064fa6ca4a723459a562159cbd446f (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

qt_internal_add_manual_test(asyncify_exec
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Core
)