aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/text/CMakeLists.txt
blob: f398d37526f8a3418d3c020525a98b46bee6cf66 (plain) (blame)
1
2
3
4
5
6
7
8
9
add_library(monlib-encode-text)
target_link_libraries(monlib-encode-text PUBLIC
  contrib-libs-cxxsupp
  yutil
  cpp-monlib-encode
)
target_sources(monlib-encode-text PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/monlib/encode/text/text_encoder.cpp
)