Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
class
CMakeExtension(Extension):
16
def
__init__(self, name, sourcedir=
''
):
17
Extension.__init__(self, name, sources=[])
18
self.sourcedir = os.path.abspath(sourcedir)
19
20
21
class
CMakeBuild(build_ext):
Callers
1
setup.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected