Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
80cd036ceb98f688e18cfec00c7862e43955f13d
/
.
/
Tests
/
RunCMake
/
add_custom_command
/
TargetNotInDir.cmake
blob: 0bd4fbd4dcfffec96f60aaa841c46e490bd7bf59 [
file
] [
log
] [
blame
]
add_subdirectory
(
TargetNotInDir
)
add_custom_command
(
TARGET
TargetNotInDir
POST_BUILD COMMAND $
{
CMAKE_COMMAND
}
-
E echo tada
)