Files
clearpilot/common/transformations/SConscript
Your Name f23e5441b5 wip
2024-04-27 03:14:01 -05:00

6 lines
255 B
Python

Import('env', 'envCython')
transformations = env.Library('transformations', ['orientation.cc', 'coordinates.cc'])
transformations_python = envCython.Program('transformations.so', 'transformations.pyx')
Export('transformations', 'transformations_python')