summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudioGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-09-01 15:17:01 -0400
committerBrad King <brad.king@kitware.com>2017-09-05 09:42:16 -0400
commit94e70e5329e54754820008514a08614577d2f201 (patch)
tree1fb75acad7d57c755bc14210fc8ab515b43e0f18 /Source/cmGlobalVisualStudioGenerator.h
parent671cc7490ca1dd732cbb3671d4732eb1ee1e180e (diff)
parent7e57e6ae123439d5101ae1fc3ce593652b408b0c (diff)
downloadcmake-94e70e5329e54754820008514a08614577d2f201.tar.gz
Merge branch 'backport-vs-csharp-ref-no-asm' into vs-csharp-ref-no-asm
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r--Source/cmGlobalVisualStudioGenerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h
index 04d97c57e2..399b6e0924 100644
--- a/Source/cmGlobalVisualStudioGenerator.h
+++ b/Source/cmGlobalVisualStudioGenerator.h
@@ -85,6 +85,9 @@ public:
// return true if target is C# only
static bool TargetIsCSharpOnly(cmGeneratorTarget const* gt);
+ // return true if target can be referenced by C# targets
+ bool TargetCanBeReferenced(cmGeneratorTarget const* gt);
+
/** Get the top-level registry key for this VS version. */
std::string GetRegistryBase();