Add RDE BEJ to JSON decoder
Tested:
Tested this locally with unit tests. I will submit unit tests for
review in the next CL.
Signed-off-by: Kasun Athukorala <kasunath@google.com>
Change-Id: I6f3a6882c2dc022938a22a200b213216c6b89c64
diff --git a/src/meson.build b/src/meson.build
index 44ce812..512a8c4 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -3,6 +3,7 @@
'bej_decoder_core.c',
'rde_common.c',
'bej_dictionary.c',
+ 'bej_decoder_json.cpp',
include_directories : libbej_incs,
implicit_include_directories: false
)