summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2023-02-01 03:19:47 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2023-02-01 03:23:36 (GMT)
commitd19648a9286d0943858ea0c5dc5e13d3b735b129 (patch)
tree0d5189085bf1be6aca3c7607cc93d079bf837925 /Source/cmGeneratorTarget.h
parent245a89d8b68525a769bdd4f71c184aa97fa498b3 (diff)
downloadCMake-d19648a9286d0943858ea0c5dc5e13d3b735b129.zip
CMake-d19648a9286d0943858ea0c5dc5e13d3b735b129.tar.gz
CMake-d19648a9286d0943858ea0c5dc5e13d3b735b129.tar.bz2
cmGeneratorTarget: add a method to query if Fortran sources exist
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index dd10c64..afd9da4 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -1225,6 +1225,8 @@ public:
cmGeneratorTarget const* t2) const;
};
+ bool HaveFortranSources(std::string const& config) const;
+
// C++20 module support queries.
/**