blob: f99bb3d9b2d255bcb7a236ee7f986ab67793bf14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
add_library(cpp-yt-yson_string)
target_link_libraries(cpp-yt-yson_string PUBLIC
contrib-libs-cxxsupp
yutil
cpp-yt-assert
cpp-yt-coding
cpp-yt-exception
cpp-yt-string
cpp-yt-memory
cpp-yt-misc
)
target_sources(cpp-yt-yson_string PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/convert.cpp
${CMAKE_SOURCE_DIR}/library/cpp/yt/yson_string/string.cpp
)
|