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