summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testSpaceInName/CMakeLists.txt
blob: 28107c9009a4082f41ff9c70550c2c1099fdc34d (plain)
1
2
3
4
5
6
7
#####################################################################
## testSpaceInName Binary:
#####################################################################

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