diff --git a/BUILD b/BUILD new file mode 100644 index 000000000..b1ee62f5e --- /dev/null +++ b/BUILD @@ -0,0 +1,13 @@ +cc_library( + name = 'jsoncpp', + export_incs = './include', + extra_cppflags = [ + '-Wno-float-equal', + '-Wno-error=format-nonliteral', + ], + srcs = [ + 'src/lib_json/json_reader.cpp', + 'src/lib_json/json_value.cpp', + 'src/lib_json/json_writer.cpp', + ] +) diff --git a/include/jsoncpp/assertions.h b/include/jsoncpp/assertions.h new file mode 100644 index 000000000..32596d4b7 --- /dev/null +++ b/include/jsoncpp/assertions.h @@ -0,0 +1 @@ +#include "jsoncpp/include/json/assertions.h" diff --git a/include/jsoncpp/autolink.h b/include/jsoncpp/autolink.h new file mode 100644 index 000000000..4d6957127 --- /dev/null +++ b/include/jsoncpp/autolink.h @@ -0,0 +1 @@ +#include "jsoncpp/include/json/autolink.h" diff --git a/include/jsoncpp/config.h b/include/jsoncpp/config.h new file mode 100644 index 000000000..8f583ea11 --- /dev/null +++ b/include/jsoncpp/config.h @@ -0,0 +1 @@ +#include "jsoncpp/include/json/config.h" diff --git a/include/jsoncpp/features.h b/include/jsoncpp/features.h new file mode 100644 index 000000000..3f941d944 --- /dev/null +++ b/include/jsoncpp/features.h @@ -0,0 +1 @@ +#include "jsoncpp/include/json/features.h" diff --git a/include/jsoncpp/forwards.h b/include/jsoncpp/forwards.h new file mode 100644 index 000000000..758e51af3 --- /dev/null +++ b/include/jsoncpp/forwards.h @@ -0,0 +1 @@ +#include "jsoncpp/include/json/forwards.h" diff --git a/include/jsoncpp/json.h b/include/jsoncpp/json.h new file mode 100644 index 000000000..aee5eeff3 --- /dev/null +++ b/include/jsoncpp/json.h @@ -0,0 +1 @@ +#include "jsoncpp/include/json/json.h" diff --git a/include/jsoncpp/reader.h b/include/jsoncpp/reader.h new file mode 100644 index 000000000..9ab4b9dec --- /dev/null +++ b/include/jsoncpp/reader.h @@ -0,0 +1 @@ +#include "jsoncpp/include/json/reader.h" diff --git a/include/jsoncpp/value.h b/include/jsoncpp/value.h new file mode 100644 index 000000000..ef5326759 --- /dev/null +++ b/include/jsoncpp/value.h @@ -0,0 +1 @@ +#include "jsoncpp/include/json/value.h" diff --git a/include/jsoncpp/writer.h b/include/jsoncpp/writer.h new file mode 100644 index 000000000..bbb9f907c --- /dev/null +++ b/include/jsoncpp/writer.h @@ -0,0 +1 @@ +#include "jsoncpp/include/json/writer.h"