2021-02-09 17:23:46 -08:00
|
|
|
Import('env', 'envCython')
|
|
|
|
|
|
|
|
|
|
transformations = env.Library('transformations', ['orientation.cc', 'coordinates.cc'])
|
2023-08-30 15:01:03 -07:00
|
|
|
transformations_python = envCython.Program('transformations.so', 'transformations.pyx')
|
|
|
|
|
Export('transformations', 'transformations_python')
|