summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-06-02 21:18:37 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2022-06-16 14:28:34 (GMT)
commit02d0f0e752ec9d9ab099c7005a9eedd7bf4b94a1 (patch)
treeeaae9f6fc6da7f3ec4c9f6d29577383ef7685559 /Source/CMakeLists.txt
parenta046a45aada109861741f45bc6b097e15084ddd4 (diff)
downloadCMake-02d0f0e752ec9d9ab099c7005a9eedd7bf4b94a1.zip
CMake-02d0f0e752ec9d9ab099c7005a9eedd7bf4b94a1.tar.gz
CMake-02d0f0e752ec9d9ab099c7005a9eedd7bf4b94a1.tar.bz2
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 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index e6f7d69..6312e93 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -197,6 +197,8 @@ set(SRCS
cmCustomCommandLines.cxx
cmCustomCommandLines.h
cmCustomCommandTypes.h
+ cmCxxModuleMapper.cxx
+ cmCxxModuleMapper.h
cmDefinitions.cxx
cmDefinitions.h
cmDependencyProvider.h