aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/string/CMakeLists.txt
blob: d26e6e35be914f305f177d1bf35238ff9dbc287e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_library(cpp-yt-string)
target_link_libraries(cpp-yt-string PUBLIC
  contrib-libs-cxxsupp
  yutil
  cpp-yt-assert
  cpp-yt-exception
  cpp-yt-misc
)
target_sources(cpp-yt-string PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/enum.cpp
  ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/guid.cpp
  ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/string.cpp
)