diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-16 17:19:48 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-16 18:17:22 (GMT) |
commit | 60bd9f9c92faae368fab1c44cf81b489c6a875cb (patch) | |
tree | 08057c1b8f5c2a603cb9a77f8f103b75dd362af8 /Source/cmGeneratorTarget.h | |
parent | 82a6eaf4d0381f0e3236dbd067fe853653bbe6b5 (diff) | |
download | CMake-60bd9f9c92faae368fab1c44cf81b489c6a875cb.zip CMake-60bd9f9c92faae368fab1c44cf81b489c6a875cb.tar.gz CMake-60bd9f9c92faae368fab1c44cf81b489c6a875cb.tar.bz2 |
cmGeneratorTarget: Move GetObjectLibrariesCMP0026 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 05a7d4d..39c9772 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -226,6 +226,9 @@ public: void GetLanguages(std::set<std::string>& languages, std::string const& config) const; + void + GetObjectLibrariesCMP0026(std::vector<cmGeneratorTarget*>& objlibs) const; + bool GetConfigCommonSourceFiles(std::vector<cmSourceFile*>& files) const; bool HaveBuildTreeRPATH(const std::string& config) const; |