Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fd949f6e01251da1bc5eee4d34500a2556bef312
/
.
/
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"
)