MCPcopy Create free account
hub / github.com/Kitware/CMake / SetScriptModeFile

Method SetScriptModeFile

Source/cmMakefile.cxx:3047–3050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3045}
3046
3047void cmMakefile::SetScriptModeFile(std::string const& scriptfile)
3048{
3049 this->AddDefinition("CMAKE_SCRIPT_MODE_FILE", scriptfile);
3050}
3051
3052void cmMakefile::SetArgcArgv(std::vector<std::string> const& args)
3053{

Callers 1

ReadListFileMethod · 0.80

Calls 1

AddDefinitionMethod · 0.95

Tested by

no test coverage detected