summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaNormalTargetGenerator.cxx
diff options
context:
space:
mode:
authorPeter Kuemmel <syntheticpp@gmx.net>2012-03-06 22:41:40 (GMT)
committerDavid Cole <david.cole@kitware.com>2012-03-07 21:24:34 (GMT)
commitdbe3dce54670d774fd43e061be673b11e1dd18de (patch)
tree0d18d9aef32bdd66ff103f04f1f401d6d5373682 /Source/cmNinjaNormalTargetGenerator.cxx
parentf1bb08f55b1ee0e8ae72d66289ad89ad27d75701 (diff)
downloadCMake-dbe3dce54670d774fd43e061be673b11e1dd18de.zip
CMake-dbe3dce54670d774fd43e061be673b11e1dd18de.tar.gz
CMake-dbe3dce54670d774fd43e061be673b11e1dd18de.tar.bz2
Ninja: add .def file support
Diffstat (limited to 'Source/cmNinjaNormalTargetGenerator.cxx')
-rw-r--r--Source/cmNinjaNormalTargetGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx
index f4069c7..9e05b4c 100644
--- a/Source/cmNinjaNormalTargetGenerator.cxx
+++ b/Source/cmNinjaNormalTargetGenerator.cxx
@@ -285,6 +285,7 @@ cmNinjaNormalTargetGenerator
default:
assert(0 && "Unexpected target type");
}
+
const char *linkCmd =
this->GetMakefile()->GetRequiredDefinition(linkCmdVar.c_str());
cmSystemTools::ExpandListArgument(linkCmd, linkCmds);