1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

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
This commit is contained in:
Ben Boeckel
2023-09-24 15:35:43 -04:00
parent 7b8b751637
commit 4df5a6fbb4
4 changed files with 426 additions and 0 deletions

View File

@@ -306,6 +306,7 @@ CMAKE_CXX_SOURCES="\
cmBlockCommand \
cmBreakCommand \
cmBuildCommand \
cmBuildDatabase \
cmCMakeLanguageCommand \
cmCMakeMinimumRequired \
cmList \