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