summaryrefslogtreecommitdiffstats
path: root/library/cpp/json
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/json')
-rw-r--r--library/cpp/json/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/cpp/json/CMakeLists.txt b/library/cpp/json/CMakeLists.txt
index ca36c8f3055..7b11a2bf41f 100644
--- a/library/cpp/json/CMakeLists.txt
+++ b/library/cpp/json/CMakeLists.txt
@@ -6,6 +6,11 @@
# original buildsystem will not be accepted.
+add_subdirectory(common)
+add_subdirectory(easy_parse)
+add_subdirectory(fast_sax)
+add_subdirectory(writer)
+add_subdirectory(yson)
add_library(library-cpp-json)
target_link_libraries(library-cpp-json PUBLIC