mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-22 01:32:11 +08:00
3 lines
131 B
Python
3 lines
131 B
Python
Import('env', 'cereal', 'messaging')
|
|
env.Program('proclogd.cc', LIBS=[cereal, messaging, 'pthread', 'zmq', 'czmq', 'capnp', 'kj'])
|