openpilot/phonelibs/SConscript

5 lines
96 B
Python

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