mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-20 09:12:05 +08:00
eff388b1b6
date: 2023-07-27T18:38:32
master commit: fa310d9e25
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')
|