summaryrefslogtreecommitdiffstats
path: root/Source/cmCxxModuleMapper.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-08-31 15:53:05 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2022-12-02 18:01:21 (GMT)
commit21b9fb1e8c7348ac4493f4fc245a3c5c5828d2d3 (patch)
tree4347424a86a7e8e6fb39faedd425676f22ceb849 /Source/cmCxxModuleMapper.h
parent9c662246684bf649899228d02705440fa4480558 (diff)
downloadCMake-21b9fb1e8c7348ac4493f4fc245a3c5c5828d2d3.zip
CMake-21b9fb1e8c7348ac4493f4fc245a3c5c5828d2d3.tar.gz
CMake-21b9fb1e8c7348ac4493f4fc245a3c5c5828d2d3.tar.bz2
cmCxxModuleMapper: support the `clang` module map format
Diffstat (limited to 'Source/cmCxxModuleMapper.h')
-rw-r--r--Source/cmCxxModuleMapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCxxModuleMapper.h b/Source/cmCxxModuleMapper.h
index 8526a07..9271978 100644
--- a/Source/cmCxxModuleMapper.h
+++ b/Source/cmCxxModuleMapper.h
@@ -17,6 +17,7 @@
enum class CxxModuleMapFormat
{
+ Clang,
Gcc,
Msvc,
};