summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-09 23:44:11 +0200
committerStephen Kelly <steveire@gmail.com>2015-10-19 20:27:40 +0200
commit8e20ea6ef2258867bd6554536fa7b914f266df96 (patch)
treed999ce9be3f883ce7a4357a8c2b3ccf3b4fd38ef /Source/cmGeneratorTarget.h
parenta527abf0995fc1bdd45afdb20e80b728dd0ef045 (diff)
downloadcmake-8e20ea6ef2258867bd6554536fa7b914f266df96.tar.gz
cmGeneratorTarget: Move IsLinkable from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 10291587ab..a4a432c6e8 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -412,6 +412,9 @@ public:
/** Get a build-tree directory in which to place target support files. */
std::string GetSupportDirectory() const;
+ /** Return whether this target may be used to link another target. */
+ bool IsLinkable() const;
+
struct SourceFileFlags
GetTargetSourceFileFlags(const cmSourceFile* sf) const;