diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index dce4feb..23ef9dc 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -415,6 +415,9 @@ public: /** Get a backtrace from the creation of the target. */ cmListFileBacktrace const& GetBacktrace() const; + /** Get a build-tree directory in which to place target support files. */ + std::string GetSupportDirectory() const; + private: /** * A list of direct dependencies. Use in conjunction with DependencyMap. |