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