Files
sunnypilot/phonelibs/SConscript
Willem Melching eb2951a998 that is unused
2020-05-12 18:56:16 -07:00

5 lines
96 B
Python

Import('env')
env.Library('json11', ['json11/json11.cpp'])
env.Append(CPPPATH=[Dir('json11')])