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

if(QT_FEATURE_sharedmemory) # special case
    #####################################################################
    ## tst_qsharedmemory Test:
    #####################################################################

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

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

    qt_extend_target(tst_qsharedmemory CONDITION LINUX
    PUBLIC_LIBRARIES
        rt
    )
# if(QT_FEATURE_sharedmemory) # special case
    add_subdirectory(producerconsumer)
endif()