mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-02 21:53:53 +08:00
3 lines
143 B
Python
3 lines
143 B
Python
Import('env', 'cereal', 'messaging', 'common')
|
|
env.Program('proclogd.cc', LIBS=[cereal, messaging, 'pthread', 'zmq', 'capnp', 'kj', 'common'])
|