diff options
Diffstat (limited to 'Source/cmDependsFortran.h')
-rw-r--r-- | Source/cmDependsFortran.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmDependsFortran.h b/Source/cmDependsFortran.h index f2d9cf2..0485115 100644 --- a/Source/cmDependsFortran.h +++ b/Source/cmDependsFortran.h @@ -78,6 +78,8 @@ protected: std::string SourceFile; std::string CompilerId; + std::string SModSep; + std::string SModExt; std::set<std::string> PPDefinitions; |