Files
CMake/Tests/RunCMake/Instrumentation/query/cmake-command-make-program.cmake
Tyler Yankee bf52fbfbc4 instrumentation: Add Google trace output
Add a feature to parse snippets into a trace file compatible with the
Google Trace Event Format.

Fixes: #26674
2025-09-03 15:24:10 -04:00

8 lines
199 B
CMake

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
)