This website works better with JavaScript.
Explore
Help
Register
Sign In
sadmen
/
jyoung
mirror of
https://github.com/jyoung8607/openpilot.git
Watch
1
Star
0
Fork
You've already forked jyoung
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
open source driving agent
3327
Commits
102
Branches
34
Tags
1.6 GiB
Tree:
1858c696f2
jyoung
/
phonelibs
/
SConscript
5 lines
96 B
Raw
Normal View
History
Unescape
Escape
bring over phonelibs minus frida-gum and qsml
6 years ago
Import
(
'
env
'
)
env
.
Library
(
'
json11
'
,
[
'
json11/json11.cpp
'
]
)
env
.
Append
(
CPPPATH
=
[
Dir
(
'
json11
'
)
]
)