diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-16 17:19:50 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-16 18:24:43 (GMT) |
commit | cb8c728f17a61732064280ddb98203cb277e5a3c (patch) | |
tree | 36b6874789b7af34c447a9556c73f8519692c4f8 /Source/cmGeneratorTarget.h | |
parent | fb4fca0b5efabdf061bd256ed9d35edae6f42b9d (diff) | |
download | CMake-cb8c728f17a61732064280ddb98203cb277e5a3c.zip CMake-cb8c728f17a61732064280ddb98203cb277e5a3c.tar.gz CMake-cb8c728f17a61732064280ddb98203cb277e5a3c.tar.bz2 |
cmGeneratorTarget: Move GetFullNameImported from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 39c9772..cf8c18f 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -229,6 +229,9 @@ public: void GetObjectLibrariesCMP0026(std::vector<cmGeneratorTarget*>& objlibs) const; + std::string GetFullNameImported(const std::string& config, + bool implib) const; + bool GetConfigCommonSourceFiles(std::vector<cmSourceFile*>& files) const; bool HaveBuildTreeRPATH(const std::string& config) const; |