summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-19 20:39:08 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-20 22:37:03 (GMT)
commit215cd21a0238ba00aec7c81014fe83e3d47187a6 (patch)
treebf800cbdd8d30cc30df1df2dded5a94a52112fe4 /Source/cmGeneratorTarget.h
parent1df8bd3ab0f6621b90a8801c1d10cfc94c74ff96 (diff)
downloadCMake-215cd21a0238ba00aec7c81014fe83e3d47187a6.zip
CMake-215cd21a0238ba00aec7c81014fe83e3d47187a6.tar.gz
CMake-215cd21a0238ba00aec7c81014fe83e3d47187a6.tar.bz2
cmGeneratorTarget: Provide direct access to the backtrace.
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 a6b7f6e..9533f43 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -166,6 +166,8 @@ public:
* install tree. For example: "\@rpath/" or "\@loader_path/". */
std::string GetInstallNameDirForInstallTree() const;
+ cmListFileBacktrace GetBacktrace() const;
+
/** Get the soname of the target. Allowed only for a shared library. */
std::string GetSOName(const std::string& config) const;