mirror of
https://github.com/commaai/msgq.git
synced 2026-06-13 00:14:32 +08:00
add scons build
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,4 +3,6 @@ node_modules
|
||||
package-lock.json
|
||||
*.pyc
|
||||
__pycache__
|
||||
.*.swp
|
||||
libcereal*.a
|
||||
|
||||
|
||||
10
SConscript
Normal file
10
SConscript
Normal file
@@ -0,0 +1,10 @@
|
||||
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++',
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user