diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:35:45 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:35:45 (GMT) |
commit | d67584ccc4262c103a180504cb294e3ad6b6910d (patch) | |
tree | 456b7484187e71adad2cac1c08100cdf74821535 /Source/cmGeneratorTarget.cxx | |
parent | 33df7f36d0b99a87880ee76d39b5814c98e78bd1 (diff) | |
download | CMake-d67584ccc4262c103a180504cb294e3ad6b6910d.zip CMake-d67584ccc4262c103a180504cb294e3ad6b6910d.tar.gz CMake-d67584ccc4262c103a180504cb294e3ad6b6910d.tar.bz2 |
cmTarget: Move link interface libraries struct out.
Diffstat (limited to 'Source/cmGeneratorTarget.cxx')
-rw-r--r-- | Source/cmGeneratorTarget.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx index dd58e7b..06a4c6a 100644 --- a/Source/cmGeneratorTarget.cxx +++ b/Source/cmGeneratorTarget.cxx @@ -1173,7 +1173,7 @@ public: return; } - cmTarget::LinkInterface const* iface = + cmLinkInterface const* iface = item.Target->GetLinkInterface(this->Config, this->HeadTarget); if(!iface) { return; } @@ -1511,7 +1511,7 @@ void processILibs(const std::string& config, if (item.Target && emitted.insert(item.Target).second) { tgts.push_back(item.Target); - if(cmTarget::LinkInterfaceLibraries const* iface = + if(cmLinkInterfaceLibraries const* iface = item.Target->GetLinkInterfaceLibraries(config, headTarget, true)) { for(std::vector<cmLinkItem>::const_iterator |