Files
sunnypilot/system/clocksd/SConscript
2022-06-06 13:27:45 -07:00

3 lines
129 B
Python

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