Files
CMake/Tests/RunCMake/Instrumentation/query/cmake-command-parallel-install.cmake
T
Martin Duffy 097d4fd1b5 instrumentation: Collect and record project build system metrics
Add a feature for collecting build instrumentation for CMake projects.

Issue: #26099
2025-01-15 09:16:50 -05:00

7 lines
143 B
CMake

set_property(GLOBAL PROPERTY INSTALL_PARALLEL ON)
cmake_instrumentation(
API_VERSION 1
DATA_VERSION 1
QUERIES dynamicSystemInformation
)