diff options
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 ad2f88c..99384c9 100644 --- a/Source/cmCxxModuleMapper.h +++ b/Source/cmCxxModuleMapper.h @@ -14,6 +14,7 @@ struct cmScanDepInfo; enum class CxxModuleMapFormat { + Gcc, }; struct CxxModuleLocations |