Xcode: Switch to the "new build system" for Xcode 12 and above

Provide an option to switch back to the original build system via
`-T buildsystem=1`.

Fixes: #18088
This commit is contained in:
Brad King
2020-09-14 15:02:47 -04:00
parent 2db623f554
commit 8d5f4c4db9
26 changed files with 423 additions and 31 deletions

View File

@@ -0,0 +1,3 @@
add_custom_command(OUTPUT out.txt COMMAND false)
add_custom_target(drive1 DEPENDS out.txt)
add_custom_target(drive2 DEPENDS out.txt)