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

#####################################################################
## testSpaceInName Binary:
#####################################################################

add_executable(testSpaceInName main.cpp)
set_property(TARGET testSpaceInName PROPERTY
    RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../test Space In Name")