Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
BuildDepends
/
RepeatCMake-Custom.cmake
blob: 697e4854670ea7c1e549f8a5222d9a3b69f050e2 [
file
] [
log
] [
blame
] [
edit
]
add_custom_command
(
OUTPUT
out
.
txt
COMMAND $
{
CMAKE_COMMAND
}
-
P $
{
CMAKE_CURRENT_LIST_DIR
}/
RepeatCMake
-
Custom
-
Script
.
cmake
DEPENDS $
{
CMAKE_CURRENT_LIST_DIR
}/
RepeatCMake
-
Custom
-
Script
.
cmake
)
add_custom_target
(
drive ALL DEPENDS
out
.
txt
)