aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/yson/CMakeLists.txt
blob: 932a649365b85a9a46fe5f342df575d29ef26fe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
add_library(cpp-yt-yson)
target_link_libraries(cpp-yt-yson PUBLIC
  contrib-libs-cxxsupp
  yutil
  cpp-yt-yson_string
)
target_sources(cpp-yt-yson PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/yt/yson/consumer.cpp
)