Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fd949f6e01251da1bc5eee4d34500a2556bef312
/
.
/
Tests
/
RunCMake
/
add_custom_command
/
TargetNotInDir.cmake
blob: a5510262aae38d366a02fa9152a3d0b2130d1d55 [
file
]
add_subdirectory
(
TargetNotInDir
)
add_custom_command
(
TARGET
TargetNotInDir
COMMAND $
{
CMAKE_COMMAND
}
-
E echo tada
)