carrot/system/clocksd/SConscript

3 lines
129 B
Python
Raw Normal View History

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