mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
Ninja: add .def file support
This commit is contained in:
committed by
David Cole
parent
f1bb08f55b
commit
dbe3dce546
@@ -285,6 +285,7 @@ cmNinjaNormalTargetGenerator
|
||||
default:
|
||||
assert(0 && "Unexpected target type");
|
||||
}
|
||||
|
||||
const char *linkCmd =
|
||||
this->GetMakefile()->GetRequiredDefinition(linkCmdVar.c_str());
|
||||
cmSystemTools::ExpandListArgument(linkCmd, linkCmds);
|
||||
|
||||
Reference in New Issue
Block a user