summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-11-23 20:22:31 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2022-11-23 22:35:41 (GMT)
commit9e61fc3d6d71ebb1935fde39b011bf8167bd40d1 (patch)
tree7599a19918cc478d83e7797543f869b623bf1972 /Source/cmGeneratorTarget.h
parent5e026739e10f4cf5241f27fb9ba6721edb854018 (diff)
downloadCMake-9e61fc3d6d71ebb1935fde39b011bf8167bd40d1.zip
CMake-9e61fc3d6d71ebb1935fde39b011bf8167bd40d1.tar.gz
CMake-9e61fc3d6d71ebb1935fde39b011bf8167bd40d1.tar.bz2
cmGeneratorTarget: factor out dyndep support detection
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 25e6a81..858be36 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -1229,4 +1229,8 @@ public:
// Check C++ module status for the target.
void CheckCxxModuleStatus(std::string const& config) const;
+
+ bool NeedCxxModuleSupport(std::string const& lang,
+ std::string const& config) const;
+ bool NeedDyndep(std::string const& lang, std::string const& config) const;
};