summaryrefslogtreecommitdiffstats
path: root/src/network/doc/snippets/network/CMakeLists.txt
blob: b75aeafea040a46d76168a82cfe8e792f01ebcec (plain)
1
2
3
4
5
6
7
8
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

add_library(network_cppsnippets OBJECT tcpwait.cpp)

target_link_libraries(network_cppsnippets PRIVATE
    Qt::Network
)