Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
485256f2d06f2e9bd31300a7f2013b607b322c21
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
XcodeDuplicateCustomCommand.cmake
blob: 3ef13122c18480b3621879e6e632257db51ca69e [
file
] [
log
] [
blame
]
add_custom_command
(
OUTPUT
out
.
txt COMMAND
false
)
add_custom_target
(
drive1 DEPENDS
out
.
txt
)
add_custom_target
(
drive2 DEPENDS
out
.
txt
)