cmake/Tests/RunCMake/XcodeProject/XcodeDuplicateCustomCommand.cmake

4 lines
133 B
CMake
Raw Normal View History

2021-09-14 00:13:48 +02:00
add_custom_command(OUTPUT out.txt COMMAND false)
add_custom_target(drive1 DEPENDS out.txt)
add_custom_target(drive2 DEPENDS out.txt)