diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-16 03:07:06 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-10 09:22:41 (GMT) |
commit | c66084f5d7df57c991d0f498de04a5f00ae0fcc1 (patch) | |
tree | e050d04f86a3ddb784b89a0251e0f6d8357ac408 /Source/cmGeneratorTarget.h | |
parent | 83c29e3903f947f9d4b5ed79a535f850b3b946e2 (diff) | |
download | CMake-c66084f5d7df57c991d0f498de04a5f00ae0fcc1.zip CMake-c66084f5d7df57c991d0f498de04a5f00ae0fcc1.tar.gz CMake-c66084f5d7df57c991d0f498de04a5f00ae0fcc1.tar.bz2 |
cmGeneratorTarget: Port GetImportLinkInterface away from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 15b1b80..03548e2 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -491,7 +491,8 @@ private: std::string const& config) const; cmLinkInterface const* - GetImportLinkInterface(const std::string& config, cmTarget const* head, + GetImportLinkInterface(const std::string& config, + const cmGeneratorTarget* head, bool usage_requirements_only) const; typedef std::map<std::string, std::vector<cmSourceFile*> > |