mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 21:42:05 +08:00
6928314c89
date: 2025-12-18T23:23:16 master commit: 154c2334110373950bac1c36fc6e943cb1208326
6 lines
255 B
Python
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')
|