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

3 lines
111 B
Python

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