Files
sunnypilot/tools/lib/index_log/SConscript

4 lines
112 B
Python
Raw Normal View History

2020-04-30 16:26:11 -07:00
Import('env', 'arch', 'messaging')
env.Program('index_log', ['index_log.cc'], LIBS=[messaging, 'kj', 'capnp'])