summaryrefslogtreecommitdiffstats
path: root/tests/auto/repc/signature/differentGlobalEnum/CMakeLists.txt
blob: c3015aacfb2a41b9f8b20da7b9d6ec8aaf8475c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated from differentGlobalEnum.pro.

#####################################################################
## differentGlobalEnum Binary:
#####################################################################

add_qt_executable(differentGlobalEnum
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    SOURCES
        ../mismatch.cpp
    INCLUDE_DIRECTORIES
        ..
    PUBLIC_LIBRARIES
        Qt::RemoteObjects
        Qt::Test
)
qt6_add_repc_replica(differentGlobalEnum
    mismatch.rep
)