MCPcopy 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
27class CMakeExtension(Extension):
28 def __init__(self, name, sourcedir=''):
29 Extension.__init__(self, name, sources=[])
30 self.sourcedir = os.path.abspath(sourcedir)
31
32
33class CMakeBuild(build_ext):

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected