Files
dragonpilot/selfdrive/proclogd/SConscript
2021-05-15 01:20:48 +00:00

3 lines
143 B
Python

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