diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-03-10 15:57:02 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-07-27 19:58:50 (GMT) |
commit | dfb025bf126080f6bb209f6f40ff909c4f5c5c97 (patch) | |
tree | 2e7a0260d84531bcc58d7965918ecc8df5d678ec /Source/cmGeneratorTarget.h | |
parent | 9f2dca805c8010636d4be7ef03d96bfc131c9809 (diff) | |
download | CMake-dfb025bf126080f6bb209f6f40ff909c4f5c5c97.zip CMake-dfb025bf126080f6bb209f6f40ff909c4f5c5c97.tar.gz CMake-dfb025bf126080f6bb209f6f40ff909c4f5c5c97.tar.bz2 |
Move GetLocationForBuild to cmGeneratorTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 060007f..72c5706 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -31,6 +31,11 @@ public: bool IsImported() const; const char *GetLocation(const std::string& config) const; + /** Get the location of the target in the build tree with a placeholder + referencing the configuration in the native build system. This + location is suitable for use as the LOCATION target property. */ + const char* GetLocationForBuild() const; + int GetType() const; std::string GetName() const; const char *GetProperty(const std::string& prop) const; |