MCPcopy Create free account
hub / github.com/apache/arrow / CppCMakeDefinition

Class CppCMakeDefinition

dev/archery/archery/lang/cpp.py:284–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283
284class 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)

Callers 2

buildFunction · 0.85
from_rev_or_pathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected