mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 12:23:55 +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']) |