Files
dragonpilot/selfdrive/clocksd/SConscript

3 lines
129 B
Python
Raw Normal View History

2020-05-31 13:22:49 -07:00
Import('env', 'common', 'cereal', 'messaging')
2020-10-02 01:45:44 +00:00
env.Program('clocksd.cc', LIBS=[common, cereal, messaging, 'capnp', 'zmq', 'kj'])