2023-09-27 15:45:31 -07:00
|
|
|
Import('env', 'envCython')
|
|
|
|
|
|
|
|
transformations = env.Library('transformations', ['orientation.cc', 'coordinates.cc'])
|
2023-11-17 23:53:40 +00:00
|
|
|
transformations_python = envCython.Program('transformations.so', 'transformations.pyx')
|
|
|
|
Export('transformations', 'transformations_python')
|