mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
2d6d92402a
* clean out locationd/test * get rid of ubloxd_main * remove ubloxd_test.cc * less includes old-commit-hash: 4dd4b1214061ebade872e7de73fce1800a9b74ca
6 lines
189 B
Python
6 lines
189 B
Python
Import('env', 'common', 'cereal', 'messaging')
|
|
|
|
loc_libs = [cereal, messaging, 'zmq', common, 'capnp', 'kj', 'pthread']
|
|
|
|
env.Program("ubloxd", ["ubloxd.cc", "ublox_msg.cc"], LIBS=loc_libs)
|