Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CommandLine
/
Build.cmake
blob: 20df108ef94da4939b535a70600c97c5bd30819e [
file
] [
log
] [
blame
]
add_custom_command
(
OUTPUT output
.
txt
COMMAND $
{
CMAKE_COMMAND
}
-
E echo
CustomCommand
>
output
.
txt
)
add_custom_target
(
CustomTarget
ALL DEPENDS output
.
txt
)