2 lines
133 B
2 lines
133 B
6 years ago
|
Import('env', 'common', 'messaging')
|
||
|
env.Program('clocksd.cc', LIBS=['diag', 'time_genoff', common, messaging, 'capnp', 'zmq', 'kj'])
|