summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qudpsocket/udpServer/CMakeLists.txt
blob: d4909f94b219437d1f5f14b2ef9dd843732840b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Generated from udpServer.pro.

#####################################################################
## udpServer Binary:
#####################################################################

qt_add_executable(udpServer
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/./" # special case
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Network
)