Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a3358bb66aeef19fc2748dfd92da7f54223c0f3b
/
.
/
Tests
/
RunCMake
/
CommandLine
/
Build.cmake
blob: 20df108ef94da4939b535a70600c97c5bd30819e [
file
]
add_custom_command
(
OUTPUT output
.
txt
COMMAND $
{
CMAKE_COMMAND
}
-
E echo
CustomCommand
>
output
.
txt
)
add_custom_target
(
CustomTarget
ALL DEPENDS output
.
txt
)