Files
dragonpilot/selfdrive/clocksd/SConscript
2020-10-02 01:45:44 +00:00

3 lines
129 B
Python

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