mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
097d4fd1b5
Add a feature for collecting build instrumentation for CMake projects. Issue: #26099
7 lines
143 B
CMake
7 lines
143 B
CMake
set_property(GLOBAL PROPERTY INSTALL_PARALLEL ON)
|
|
cmake_instrumentation(
|
|
API_VERSION 1
|
|
DATA_VERSION 1
|
|
QUERIES dynamicSystemInformation
|
|
)
|