XcodeDuplicateCustomCommand.cmake 133 B

123
  1. add_custom_command(OUTPUT out.txt COMMAND false)
  2. add_custom_target(drive1 DEPENDS out.txt)
  3. add_custom_target(drive2 DEPENDS out.txt)