Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
class
CMakeExtension(Extension):
29
def
__init__(self, name, sourcedir=
''
):
30
Extension.__init__(self, name, sources=[])
31
self.sourcedir = os.path.abspath(sourcedir)
32
33
34
class
CMakeBuild(build_ext):
Callers
1
setup.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected