Files
dragonpilot/selfdrive/proclogd/SConscript

3 lines
113 B
Python
Raw Normal View History

2019-12-13 13:03:08 -08:00
Import('env', 'messaging')
env.Program('proclogd.cc', LIBS=[messaging, 'pthread', 'zmq', 'czmq', 'capnp', 'kj'])