nopenpilot/common/kalman/SConscript

4 lines
90 B
Python
Raw Normal View History

Import('envCython')
2020-01-17 11:28:44 -07:00
envCython.Program('simple_kalman_impl.so', 'simple_kalman_impl.pyx')