summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/CMakeLists.txt
blob: 0d2fff73c80a916f8678fd41fcc6f46492e4cf57 (plain)
1
2
3
4
5
6
7
add_executable(nospace main.cpp)

add_executable(onespace main.cpp)
set_target_properties(onespace PROPERTIES OUTPUT_NAME "one space")

add_executable(twospaces main.cpp)
set_target_properties(twospaces PROPERTIES OUTPUT_NAME "two space s")