Files
clearpilot/system/logcatd/SConscript
Your Name b1c566e71e wip
2024-04-27 03:23:05 -05:00

4 lines
170 B
Python

Import('env', 'cereal', 'messaging', 'common')
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[cereal, messaging, common, 'zmq', 'capnp', 'kj', 'systemd', 'json11'])