diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 19:19:45 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-05 18:20:46 +0200 |
commit | 766839c56da82e12b6986fb5cf7c8d86442615bc (patch) | |
tree | f5211551a1a77e40f7e37d5dbeedf32fe0eafdda /Source/cmNinjaNormalTargetGenerator.cxx | |
parent | 47803e6f8e98984e740acf2f7c0a217de58717cd (diff) | |
download | cmake-766839c56da82e12b6986fb5cf7c8d86442615bc.tar.gz |
cmGeneratorTarget: Move GetLibraryNames from cmTarget.
Diffstat (limited to 'Source/cmNinjaNormalTargetGenerator.cxx')
-rw-r--r-- | Source/cmNinjaNormalTargetGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx index 737510f45c..5d86091c14 100644 --- a/Source/cmNinjaNormalTargetGenerator.cxx +++ b/Source/cmNinjaNormalTargetGenerator.cxx @@ -49,7 +49,7 @@ cmNinjaNormalTargetGenerator(cmGeneratorTarget* target) this->TargetNamePDB, GetLocalGenerator()->GetConfigName()); else - target->Target->GetLibraryNames(this->TargetNameOut, + this->GetGeneratorTarget()->GetLibraryNames(this->TargetNameOut, this->TargetNameSO, this->TargetNameReal, this->TargetNameImport, |