diff options
author | Nicolas Despres <nicolas.despres@gmail.com> | 2012-07-16 17:44:19 (GMT) |
---|---|---|
committer | Peter Kümmel <syntheticpp@gmx.net> | 2012-07-17 12:03:11 (GMT) |
commit | f8e0a5109f104e894f450049a6c97f53bd378dae (patch) | |
tree | deb7f5773d699173cb359f8ec533da62c2b2dc04 /Source/cmTarget.h | |
parent | f36c7b0bbe79592c7540740fe9cef747346ae2a4 (diff) | |
download | CMake-f8e0a5109f104e894f450049a6c97f53bd378dae.zip CMake-f8e0a5109f104e894f450049a6c97f53bd378dae.tar.gz CMake-f8e0a5109f104e894f450049a6c97f53bd378dae.tar.bz2 |
Re-factor framework directory computation.
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 aa14049..a89c5d9 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -478,6 +478,9 @@ public: /** @return whether this target have a well defined output file name. */ bool HaveWellDefinedOutputFiles(); + /** @return the Mac framework directory without the base. */ + std::string GetFrameworkDirectory(const char* config = 0); + private: /** * A list of direct dependencies. Use in conjunction with DependencyMap. |