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