mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 06:33:57 +08:00
* fixup ui * works * new formate * more cleanup * works I assume we need a library somehow * more readable * fix lead sign * put on road * transformations lib Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
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')
|