mirror of
https://github.com/commaai/msgq.git
synced 2026-06-13 08:25:46 +08:00
11 lines
154 B
Python
11 lines
154 B
Python
Import('env')
|
|
|
|
env.Library('cereal', [
|
|
'gen/c/car.capnp.c',
|
|
'gen/c/log.capnp.c',
|
|
'gen/cpp/car.capnp.c++',
|
|
'gen/cpp/log.capnp.c++',
|
|
])
|
|
|
|
|