diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-19 20:39:08 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-20 22:37:03 (GMT) |
commit | 215cd21a0238ba00aec7c81014fe83e3d47187a6 (patch) | |
tree | bf800cbdd8d30cc30df1df2dded5a94a52112fe4 /Source/cmGeneratorTarget.h | |
parent | 1df8bd3ab0f6621b90a8801c1d10cfc94c74ff96 (diff) | |
download | CMake-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.h | 2 |
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; |