diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 17:19:44 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-05 16:20:46 (GMT) |
commit | 47803e6f8e98984e740acf2f7c0a217de58717cd (patch) | |
tree | 37fed0fa8c383d533c0be33d322518b2739080d9 /Source/cmNinjaNormalTargetGenerator.cxx | |
parent | 7da4c9d4edbdd6df6aa2a9467d6f32a98fc8cac4 (diff) | |
download | CMake-47803e6f8e98984e740acf2f7c0a217de58717cd.zip CMake-47803e6f8e98984e740acf2f7c0a217de58717cd.tar.gz CMake-47803e6f8e98984e740acf2f7c0a217de58717cd.tar.bz2 |
cmGeneratorTarget: Move GetExecutableNames 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 c9fa7c0..737510f 100644 --- a/Source/cmNinjaNormalTargetGenerator.cxx +++ b/Source/cmNinjaNormalTargetGenerator.cxx @@ -43,7 +43,7 @@ cmNinjaNormalTargetGenerator(cmGeneratorTarget* target) this->TargetLinkLanguage = target->Target ->GetLinkerLanguage(this->GetConfigName()); if (target->GetType() == cmTarget::EXECUTABLE) - target->Target->GetExecutableNames(this->TargetNameOut, + this->GetGeneratorTarget()->GetExecutableNames(this->TargetNameOut, this->TargetNameReal, this->TargetNameImport, this->TargetNamePDB, |