summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testSetNamedPipeHandleState/CMakeLists.txt
blob: 9e4f0f2e5653c235a1cac5d53498842b9c2e7698 (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## testSetNamedPipeHandleState Binary:
#####################################################################

add_executable(testSetNamedPipeHandleState main.cpp)
target_link_libraries(testSetNamedPipeHandleState PRIVATE kernel32.lib)