aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/json/ya.make')
-rw-r--r--library/cpp/json/ya.make26
1 files changed, 26 insertions, 0 deletions
diff --git a/library/cpp/json/ya.make b/library/cpp/json/ya.make
new file mode 100644
index 0000000000..bdcf9a12c7
--- /dev/null
+++ b/library/cpp/json/ya.make
@@ -0,0 +1,26 @@
+LIBRARY()
+
+SRCS(
+ json_writer.cpp
+ json_reader.cpp
+ json_prettifier.cpp
+ rapidjson_helpers.cpp
+)
+
+PEERDIR(
+ contrib/libs/rapidjson
+ library/cpp/json/common
+ library/cpp/json/fast_sax
+ library/cpp/json/writer
+ library/cpp/string_utils/relaxed_escaper
+)
+
+END()
+
+RECURSE(
+ converter
+ fuzzy_test
+ ut
+ writer
+ yson
+)