mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 21:44:01 +08:00
7 lines
205 B
Python
7 lines
205 B
Python
Import('env', 'envCython')
|
|
|
|
transformations = env.Library('transformations', ['orientation.cc', 'coordinates.cc'])
|
|
Export('transformations')
|
|
|
|
envCython.Program('transformations.so', 'transformations.pyx')
|