| 282 | |
| 283 | |
| 284 | class CppCMakeDefinition(CMakeDefinition): |
| 285 | def __init__(self, source, conf, **kwargs): |
| 286 | self.configuration = conf |
| 287 | super().__init__(source, **kwargs, |
| 288 | definitions=conf.definitions, env=conf.environment, |
| 289 | build_type=conf.build_type) |
no outgoing calls
no test coverage detected