nopenpilot/selfdrive/clocksd/SConscript

2 lines
133 B
Python
Raw Normal View History

2020-01-17 11:57:08 -07:00
Import('env', 'common', 'messaging')
env.Program('clocksd.cc', LIBS=['diag', 'time_genoff', common, messaging, 'capnp', 'zmq', 'kj'])