mirror of
https://github.com/infiniteCable2/opendbc.git
synced 2026-02-18 21:13:51 +08:00
5 lines
137 B
Python
5 lines
137 B
Python
Import("env")
|
|
|
|
SConscript(['opendbc/can/SConscript'], exports={'env': env})
|
|
SConscript(['opendbc/dbc/SConscript'], exports={'env': env})
|