3 lines
129 B
Python
3 lines
129 B
Python
Import('env', 'common', 'cereal', 'messaging')
|
|
env.Program('clocksd.cc', LIBS=[common, cereal, messaging, 'capnp', 'zmq', 'kj'])
|