mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-25 00:43:57 +08:00
2 lines
151 B
Python
2 lines
151 B
Python
Import('env', 'common', 'cereal', 'messaging')
|
|
env.Program('clocksd.cc', LIBS=['diag', 'time_genoff', common, cereal, messaging, 'capnp', 'zmq', 'kj']) |