summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testSpaceInName/CMakeLists.txt
blob: 78f0a11cd173b3e429ff589a3c3c335f5f9d82de (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

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

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