summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-05 17:11:48 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-10 09:03:48 (GMT)
commit110fd2fba1cbd6c3d89f5460d3f58a94d52d4546 (patch)
tree7acd538caf5325f28550bac50a61f264574c03fe /Source/cmGeneratorTarget.h
parente73916992c6893572f24ee4fa631b33445d6cdf6 (diff)
downloadCMake-110fd2fba1cbd6c3d89f5460d3f58a94d52d4546.zip
CMake-110fd2fba1cbd6c3d89f5460d3f58a94d52d4546.tar.gz
CMake-110fd2fba1cbd6c3d89f5460d3f58a94d52d4546.tar.bz2
cmGeneratorTarget: Move GetOutputTargetType 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 fd4ee56..0e41661 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -439,6 +439,9 @@ private:
typedef std::map<std::string, LinkClosure> LinkClosureMapType;
mutable LinkClosureMapType LinkClosureMap;
+ // Returns ARCHIVE, LIBRARY, or RUNTIME based on platform and type.
+ const char* GetOutputTargetType(bool implib) const;
+
struct CompatibleInterfacesBase
{
std::set<std::string> PropsBool;