aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/deprecated/json/CMakeLists.txt
blob: ca447c15afe9b6a2f28b8e0908b6ccdf99767739 (plain) (blame)
1
2
3
4
5
6
7
8
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
)