mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
fc1d55f6a5
Allows instrumentation indexing and callbacks to occur at the start or end of every `ninja` invocation.
7 lines
162 B
CMake
7 lines
162 B
CMake
cmake_instrumentation(
|
|
API_VERSION 1
|
|
DATA_VERSION 1
|
|
HOOKS preBuild postBuild
|
|
CALLBACK "\"${CMAKE_COMMAND}\" -P \"${CMAKE_SOURCE_DIR}/../hook.cmake\" 0"
|
|
)
|