summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-06-02 17:18:37 -0400
committerBen Boeckel <ben.boeckel@kitware.com>2022-06-16 10:28:34 -0400
commit02d0f0e752ec9d9ab099c7005a9eedd7bf4b94a1 (patch)
treeeaae9f6fc6da7f3ec4c9f6d29577383ef7685559 /bootstrap
parenta046a45aada109861741f45bc6b097e15084ddd4 (diff)
downloadcmake-02d0f0e752ec9d9ab099c7005a9eedd7bf4b94a1.tar.gz
cmCxxModuleMapper: add source to handle module mapper contents
This will allow all generators to share an implementation for actually writing out the module map formats.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index fa9f40c56e..f7e1544a4d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -328,6 +328,7 @@ CMAKE_CXX_SOURCES="\
cmCustomCommand \
cmCustomCommandGenerator \
cmCustomCommandLines \
+ cmCxxModuleMapper \
cmDefinePropertyCommand \
cmDefinitions \
cmDocumentationFormatter \