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