| 1324 | } |
| 1325 | |
| 1326 | void cmMakefile::AddCompileDefinition(std::string const& option) |
| 1327 | { |
| 1328 | this->AppendProperty("COMPILE_DEFINITIONS", option); |
| 1329 | } |
| 1330 | |
| 1331 | void cmMakefile::AddCompileOption(std::string const& option) |
| 1332 | { |
no test coverage detected