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