summaryrefslogtreecommitdiffstats
path: root/src/network/doc/snippets/network/CMakeLists.txt
blob: 4c9bbba823ef7e1b7abbc0f7777856b61e36ff2e (plain)
1
2
3
4
5
6
7
8
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

add_library(network_cppsnippets OBJECT tcpwait.cpp)

target_link_libraries(network_cppsnippets PRIVATE
    Qt::Network
)