blob: 8c9c3f90ecebc571e87ff9f5c202d77dbe8187ed [file] [log] [blame]
add_custom_command(OUTPUT "a" COMMAND "$<1:$<OUTPUT_CONFIG:a>>")
add_custom_command(OUTPUT "b" COMMAND "$<1:$<COMMAND_CONFIG:b>>")
add_custom_target(drive DEPENDS "a" "b")