summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qsharedmemory/.prev_CMakeLists.txt
blob: 7cd08cd377d144d889a0d1bd4c964c09eb88878f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated from qsharedmemory.pro.

    #####################################################################
    ## tst_qsharedmemory Test:
    #####################################################################

    add_qt_test(tst_qsharedmemory
        SOURCES
            tst_qsharedmemory.cpp
        PUBLIC_LIBRARIES
            Qt::CorePrivate
    )

    ## Scopes:
    #####################################################################

    extend_target(tst_qsharedmemory CONDITION LINUX
    PUBLIC_LIBRARIES
        rt
    )
if(QT_FEATURE_sharedmemory)
    add_subdirectory(producerconsumer)
endif()