mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
@@ -1762,6 +1762,8 @@ void cmLocalUnixMakefileGenerator3::WriteLocalAllRules(
|
||||
depends.emplace_back("cmake_check_build_system");
|
||||
}
|
||||
commands.push_back(this->GetRecursiveMakeCall(mf2Dir, recursiveTarget));
|
||||
this->CreateCDCommand(commands, this->GetBinaryDirectory(),
|
||||
this->GetCurrentBinaryDirectory());
|
||||
AppendEcho(commands, "Finished generating code",
|
||||
cmLocalUnixMakefileGenerator3::EchoColor::EchoGenerate);
|
||||
this->WriteMakeRule(ruleFileStream, "The main codegen target", "codegen",
|
||||
|
||||
Reference in New Issue
Block a user