mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 21:42:05 +08:00
d64fb1838d
date: 2024-06-11T01:36:39
master commit: f8cb04e4a8
7 lines
269 B
Python
7 lines
269 B
Python
Import('env', 'messaging', 'common')
|
|
libs = [messaging, 'pthread', '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)
|