diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-23 16:26:39 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-24 07:19:56 (GMT) |
commit | ce9e9a92cf773280de55ef6dcbec9fc2524f7b2e (patch) | |
tree | 63083811461d1a747635aac786921fdd522b1bda /Source/cmGlobalVisualStudioGenerator.h | |
parent | 26e23e8463f9b9e2298e317a70925c56bcb018d1 (diff) | |
download | CMake-ce9e9a92cf773280de55ef6dcbec9fc2524f7b2e.zip CMake-ce9e9a92cf773280de55ef6dcbec9fc2524f7b2e.tar.gz CMake-ce9e9a92cf773280de55ef6dcbec9fc2524f7b2e.tar.bz2 |
VS: Port LinkClosure to cmGeneratorTarget
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h index 41d0b88..5ada37e 100644 --- a/Source/cmGlobalVisualStudioGenerator.h +++ b/Source/cmGlobalVisualStudioGenerator.h @@ -146,8 +146,8 @@ private: class TargetSetMap: public std::map<cmTarget*, TargetSet> {}; TargetSetMap TargetLinkClosure; - void FillLinkClosure(cmTarget const* target, TargetSet& linked); - TargetSet const& GetTargetLinkClosure(cmTarget* target); + void FillLinkClosure(cmGeneratorTarget const* target, TargetSet& linked); + TargetSet const& GetTargetLinkClosure(cmGeneratorTarget *target); }; class cmGlobalVisualStudioGenerator::OrderedTargetDependSet: |