diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2022-08-31 15:53:05 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2022-12-02 18:01:21 (GMT) |
commit | 21b9fb1e8c7348ac4493f4fc245a3c5c5828d2d3 (patch) | |
tree | 4347424a86a7e8e6fb39faedd425676f22ceb849 /Source/cmCxxModuleMapper.h | |
parent | 9c662246684bf649899228d02705440fa4480558 (diff) | |
download | CMake-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.h | 1 |
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, }; |