diff options
Diffstat (limited to 'library/cpp/yson')
| -rw-r--r-- | library/cpp/yson/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/yson/CMakeLists.txt b/library/cpp/yson/CMakeLists.txt index 79335849353..43fd932e00e 100644 --- a/library/cpp/yson/CMakeLists.txt +++ b/library/cpp/yson/CMakeLists.txt @@ -6,6 +6,8 @@ # original buildsystem will not be accepted. +add_subdirectory(json) +add_subdirectory(node) add_library(library-cpp-yson) target_link_libraries(library-cpp-yson PUBLIC |
