summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-10-27 12:20:48 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-10-27 12:20:54 (GMT)
commit8d6a0b9364581fbb95746c93cac4ec3c213f534b (patch)
tree062ecacc9474b272fafe3efeb5069730ca6e0d58 /Source/cmGeneratorTarget.h
parent698851cdb7e49c2705898a71b2eaf96ca70b9ad5 (diff)
parentdd77dec18d66a2e20480d9bf2ab06231765720a4 (diff)
downloadCMake-8d6a0b9364581fbb95746c93cac4ec3c213f534b.zip
CMake-8d6a0b9364581fbb95746c93cac4ec3c213f534b.tar.gz
CMake-8d6a0b9364581fbb95746c93cac4ec3c213f534b.tar.bz2
Merge topic 'cuda_vs_skip_computation' into release-3.19
dd77dec18d VS: Don't compute CUDA options unless necessary e9109dec36 Merge branch 'ninja-multi-per-config-sources' into release-3.18 7c0de4175b Merge branch 'cmake-E-cat-binary' into release-3.18 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5422
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 e5fa892..2517b72 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -417,6 +417,8 @@ public:
// until we have per-target object file properties.
void GetLanguages(std::set<std::string>& languages,
std::string const& config) const;
+ bool IsLanguageUsed(std::string const& language,
+ std::string const& config) const;
bool IsCSharpOnly() const;