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