Switch from json11 to nlohmann/json (#31093)

* Initial commit

* fix release/file_common

* Update common/swaglog.cc

* Swtiched serialize cc

* move to lfs

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
This commit is contained in:
mtribiere
2024-01-23 07:35:47 +01:00
committed by GitHub
parent 827aa2e4fa
commit ee036482b8
17 changed files with 76 additions and 1098 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Import('env', 'cereal', 'messaging', 'common')
libs = [cereal, messaging, 'pthread', 'zmq', 'capnp', 'kj', 'common', 'zmq', 'json11']
libs = [cereal, messaging, 'pthread', 'zmq', 'capnp', 'kj', 'common', 'zmq']
env.Program('proclogd', ['main.cc', 'proclog.cc'], LIBS=libs)
if GetOption('extras'):