mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-21 01:42:52 +08:00
2f33f13f8b
version: sunnypilot v0.9.7.0 release date: 2024-08-11T04:16:15 master commit: c0df551c5bbd296a1e272c1878535dec14b4e7ad
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')
|