mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 21:14:01 +08:00
5 lines
96 B
Python
5 lines
96 B
Python
|
|
Import('env')
|
||
|
|
|
||
|
|
env.Library('json11', ['json11/json11.cpp'])
|
||
|
|
env.Append(CPPPATH=[Dir('json11')])
|