diff options
Diffstat (limited to 'Source/cmDependsFortran.h')
-rw-r--r-- | Source/cmDependsFortran.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmDependsFortran.h b/Source/cmDependsFortran.h index 7cd920d..12456d7 100644 --- a/Source/cmDependsFortran.h +++ b/Source/cmDependsFortran.h @@ -39,6 +39,11 @@ public: /** Virtual destructor to cleanup subclasses properly. */ virtual ~cmDependsFortran(); + /** Callback from build system after a .mod file has been generated + by a Fortran90 compiler to copy the .mod file to the + corresponding stamp file. */ + static bool CopyModule(const std::vector<std::string>& args); + /** Method to find an included file in the include path. Fortran always searches the directory containing the including source first. */ |