diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-09-24 19:35:43 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2024-08-27 16:36:46 (GMT) |
commit | 4df5a6fbb485e631d19ff6488e0cc41ded3a8be8 (patch) | |
tree | 8971e7f06882c99c22c0913fc18e8edb93feac0b /bootstrap | |
parent | 7b8b751637c4a2956ef9d899cf18302da038f4ed (diff) | |
download | CMake-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-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -306,6 +306,7 @@ CMAKE_CXX_SOURCES="\ cmBlockCommand \ cmBreakCommand \ cmBuildCommand \ + cmBuildDatabase \ cmCMakeLanguageCommand \ cmCMakeMinimumRequired \ cmList \ |