openpilot/selfdrive/proclogd/SConscript

3 lines
143 B
Python

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