Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
314440c32077dc2a902a494a99b96437d93af5b4
/
.
/
Tests
/
RunCMake
/
Instrumentation
/
query
/
cmake-command-make-program.cmake
blob: 807d9915b52e8c2b11de93b8739f3144f5b70a11 [
file
] [
log
] [
blame
]
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"
)