mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
instrumentation: Record build snippets regardless of hooks
This commit is contained in:
@@ -350,8 +350,8 @@ and contain the following data:
|
||||
* ``compile``: an individual compile step invoked during the build
|
||||
* ``link``: an individual link step invoked during the build
|
||||
* ``custom``: an individual custom command invoked during the build
|
||||
* ``build``: a complete ``make`` or ``ninja`` invocation.
|
||||
Only generated if ``preBuild`` or ``postBuild`` hooks are enabled.
|
||||
* ``build``: a complete ``make`` or ``ninja`` invocation
|
||||
(not through ``cmake --build``).
|
||||
* ``cmakeBuild``: a complete ``cmake --build`` invocation
|
||||
* ``cmakeInstall``: a complete ``cmake --install`` invocation
|
||||
* ``install``: an individual ``cmake -P cmake_install.cmake`` invocation
|
||||
|
||||
Reference in New Issue
Block a user