summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2023-09-24 19:35:43 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2024-08-27 16:36:46 (GMT)
commit4df5a6fbb485e631d19ff6488e0cc41ded3a8be8 (patch)
tree8971e7f06882c99c22c0913fc18e8edb93feac0b /bootstrap
parent7b8b751637c4a2956ef9d899cf18302da038f4ed (diff)
downloadCMake-4df5a6fbb485e631d19ff6488e0cc41ded3a8be8.zip
CMake-4df5a6fbb485e631d19ff6488e0cc41ded3a8be8.tar.gz
CMake-4df5a6fbb485e631d19ff6488e0cc41ded3a8be8.tar.bz2
cmBuildDatabase: add initial structures
This class represents a build database as introduced by P2977R0. It includes support for reading, writing, and merging. See: http://wg21.link/p2977r0
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 96d331f..53358d5 100755
--- a/bootstrap
+++ b/bootstrap
@@ -306,6 +306,7 @@ CMAKE_CXX_SOURCES="\
cmBlockCommand \
cmBreakCommand \
cmBuildCommand \
+ cmBuildDatabase \
cmCMakeLanguageCommand \
cmCMakeMinimumRequired \
cmList \