Files
dragonpilot/selfdrive/proclogd/SConscript

3 lines
123 B
Python
Raw Normal View History

2020-05-31 13:22:49 -07:00
Import('env', 'cereal', 'messaging')
2020-10-21 06:33:00 -07:00
env.Program('proclogd.cc', LIBS=[cereal, messaging, 'pthread', 'zmq', 'capnp', 'kj'])