diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 17:19:46 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-05 16:20:47 (GMT) |
commit | 8d2de00244f8338664c16bd8d8ebb03c6f0cb83f (patch) | |
tree | fe846ed5d566ec5ba77ab8b250d01e1498231a9f /Source/cmGeneratorTarget.h | |
parent | 3df705681be123d93146156fec3166b41b19465a (diff) | |
download | CMake-8d2de00244f8338664c16bd8d8ebb03c6f0cb83f.zip CMake-8d2de00244f8338664c16bd8d8ebb03c6f0cb83f.tar.gz CMake-8d2de00244f8338664c16bd8d8ebb03c6f0cb83f.tar.bz2 |
cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget.
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 441bbcf..c9a2508 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -210,6 +210,11 @@ public: std::string& realName, std::string& impName, std::string& pdbName, const std::string& config) const; + /** + * Compute whether this target must be relinked before installing. + */ + bool NeedRelinkBeforeInstall(const std::string& config) const; + struct SourceFileFlags GetTargetSourceFileFlags(const cmSourceFile* sf) const; |