mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 17:43:54 +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')])
|