MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / CMakeExtension

Class CMakeExtension

setup.py:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72# The name must be the _single_ output extension from the CMake build.
73# If you need multiple extensions, see scikit-build.
74class CMakeExtension(Extension):
75 def __init__(self, name, sourcedir=""):
76 Extension.__init__(self, name, sources=[])
77 self.sourcedir = os.path.abspath(sourcedir)
78
79
80class CMakeBuild(build_ext):

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected