diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 804e126..3ba8690 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -87,6 +87,9 @@ public: ///! does this target have a cxx file in it bool HasCxx() const; + + ///! does this target have a fortran file in it + bool HasFortran() const; /** * Get the list of the source files used by this target */ |