Files
clearpilot/system/logcatd/SConscript
Comma Device 1ff14d346f wip
2024-05-14 08:21:27 +00:00

4 lines
170 B
Python
Executable File

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