Files
dragonpilot/selfdrive/clocksd/SConscript
2020-05-31 13:22:49 -07:00

2 lines
151 B
Python

Import('env', 'common', 'cereal', 'messaging')
env.Program('clocksd.cc', LIBS=['diag', 'time_genoff', common, cereal, messaging, 'capnp', 'zmq', 'kj'])