Files
dragonpilot/selfdrive/proclogd/SConscript
Vehicle Researcher c025b96e8a openpilot v0.7 release
2019-12-13 13:03:08 -08:00

3 lines
113 B
Python

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