MCPcopy Create free account
hub / github.com/Smorodov/Multitarget-tracker / CMakeExtension

Class CMakeExtension

setup.py:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10PACKAGE_NAME = "pymtracking"
11
12class CMakeExtension(Extension):
13 def __init__(self, name, sourcedir=''):
14 Extension.__init__(self, name, sources=[])
15 self.sourcedir = os.path.abspath(sourcedir)
16
17
18class InstallCMakeLibsData(install_data):

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected