Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/PositionBasedDynamics
/ CMakeExtension
Class
CMakeExtension
setup.py:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
27
class
CMakeExtension(Extension):
28
def
__init__(self, name, sourcedir=
''
):
29
Extension.__init__(self, name, sources=[])
30
self.sourcedir = os.path.abspath(sourcedir)
31
32
33
class
CMakeBuild(build_ext):
Callers
1
setup.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected