Files
sunnypilot/selfdrive/proclogd/SConscript

3 lines
113 B
Python
Raw Normal View History

Import('env', 'messaging')
env.Program('proclogd.cc', LIBS=[messaging, 'pthread', 'zmq', 'czmq', 'capnp', 'kj'])