mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-21 05:52:06 +08:00
d138a358eb
* common_python export * Single scons call * transformations_python
6 lines
145 B
Python
6 lines
145 B
Python
Import('envCython')
|
|
|
|
simple_kalman_python = envCython.Program('simple_kalman_impl.so', 'simple_kalman_impl.pyx')
|
|
|
|
Export('simple_kalman_python')
|