Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
81397f4f12cb42a974392fd5d8be3c08c5337ed9
/
.
/
Tests
/
RunCMake
/
Instrumentation
/
query
/
cmake-command-make-program.cmake
blob: a13033d51bbbc373674f6bf0bf4821dc8028693d [
file
]
file
(
TO_CMAKE_PATH
"${CMAKE_SOURCE_DIR}/../hook.cmake"
hook_path
)
cmake_instrumentation
(
API_VERSION
1
DATA_VERSION
1
HOOKS preBuild postBuild
CALLBACK $
{
CMAKE_COMMAND
}
-
P $
{
hook_path
}
0
0
)