summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-05 15:37:48 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:46:31 (GMT)
commit3846ebcf2b60b73e3eec848bd3dd41711eac5dc4 (patch)
tree2e994122916c4d1285b4e1a19bc2da14ec30b406 /Source/cmTarget.h
parenta7f5d70dde50ac74726f3c23d276d2fdac70d659 (diff)
downloadCMake-3846ebcf2b60b73e3eec848bd3dd41711eac5dc4.zip
CMake-3846ebcf2b60b73e3eec848bd3dd41711eac5dc4.tar.gz
CMake-3846ebcf2b60b73e3eec848bd3dd41711eac5dc4.tar.bz2
cmLinkItem: Add cmLinkImplementation type.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 34a75ea..19cc220 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -231,12 +231,7 @@ public:
void GetObjectLibrariesCMP0026(std::vector<cmTarget*>& objlibs) const;
- struct LinkImplementation: public cmLinkImplementationLibraries
- {
- // Languages whose runtime libraries must be linked.
- std::vector<std::string> Languages;
- };
- LinkImplementation const*
+ cmLinkImplementation const*
GetLinkImplementation(const std::string& config) const;
cmLinkImplementationLibraries const*