summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-05 15:37:49 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:46:32 (GMT)
commitabe9505df94e9a1511238c41f9d4459064148c94 (patch)
tree114059d55fbfec3a1929515bcdc591e2c55f5e30 /Source/cmGeneratorTarget.h
parentd4a24c0e953e0032a2e483917850b7f8f387bbb2 (diff)
downloadCMake-abe9505df94e9a1511238c41f9d4459064148c94.zip
CMake-abe9505df94e9a1511238c41f9d4459064148c94.tar.gz
CMake-abe9505df94e9a1511238c41f9d4459064148c94.tar.bz2
cmGeneratorTarget: Move HaveBuildTreeRPath from cmTarget.
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 58f5f6b..99463c7 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -201,6 +201,8 @@ public:
cmLinkImplementation const*
GetLinkImplementation(const std::string& config) const;
+ bool HaveBuildTreeRPATH(const std::string& config) const;
+
/** Full path with trailing slash to the top-level directory
holding object files for this target. Includes the build
time config name placeholder if needed for the generator. */