diff options
Diffstat (limited to 'library/cpp/monlib/deprecated/json')
-rw-r--r-- | library/cpp/monlib/deprecated/json/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/library/cpp/monlib/deprecated/json/CMakeLists.txt b/library/cpp/monlib/deprecated/json/CMakeLists.txt new file mode 100644 index 0000000000..ca447c15af --- /dev/null +++ b/library/cpp/monlib/deprecated/json/CMakeLists.txt @@ -0,0 +1,9 @@ +add_library(monlib-deprecated-json) +target_link_libraries(monlib-deprecated-json PUBLIC + contrib-libs-cxxsupp + yutil + library-cpp-json +) +target_sources(monlib-deprecated-json PRIVATE + ${CMAKE_SOURCE_DIR}/library/cpp/monlib/deprecated/json/writer.cpp +) |