MCPcopy Create free account
hub / github.com/Tencent/MMKV / CMakeExtension

Class CMakeExtension

Python/setup.py:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15class CMakeExtension(Extension):
16 def __init__(self, name, sourcedir=''):
17 Extension.__init__(self, name, sources=[])
18 self.sourcedir = os.path.abspath(sourcedir)
19
20
21class CMakeBuild(build_ext):

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected