3 lines
111 B
3 lines
111 B
6 years ago
|
Import('env', 'messaging')
|
||
|
env.Program('logcatd.cc', LIBS=[messaging, 'cutils', 'zmq', 'czmq', 'capnp', 'kj'])
|