MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / CMakeExtension

Class CMakeExtension

setup.py:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28class CMakeExtension(Extension):
29 def __init__(self, name, sourcedir=''):
30 Extension.__init__(self, name, sources=[])
31 self.sourcedir = os.path.abspath(sourcedir)
32
33
34class CMakeBuild(build_ext):

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected