mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 16:33:57 +08:00
This reverts commit 8fa1e8aa53defca264272a66531d639b3d569418.
old-commit-hash: 88757c12b3
7 lines
309 B
Python
7 lines
309 B
Python
Import('env', 'cereal', 'messaging', 'common')
|
|
libs = [cereal, messaging, 'pthread', 'zmq', 'capnp', 'kj', 'common', 'zmq', 'json11']
|
|
env.Program('proclogd', ['main.cc', 'proclog.cc'], LIBS=libs)
|
|
|
|
if GetOption('extras'):
|
|
env.Program('tests/test_proclog', ['tests/test_proclog.cc', 'proclog.cc'], LIBS=libs)
|