Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
07ddceea8427ccc022d00a34346f992c71f66e3e
/
.
/
Tests
/
RunCMake
/
add_custom_command
/
BadCommand.cmake
blob: 8c9c3f90ecebc571e87ff9f5c202d77dbe8187ed [
file
]
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"
)