summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/eventloop/asyncify_exec/CMakeLists.txt
blob: a034f821da09d45570192beeab29eb28225d96b0 (plain)
1
2
3
4
5
6
7
8
9
qt_internal_add_manual_test(asyncify_exec
    SOURCES
        main.cpp
    PUBLIC_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)