
# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
# original buildsystem will not be accepted.


get_built_tool_path(
  TOOL_flatc_bin
  TOOL_flatc_dependency
  contrib/tools/flatc/bin
  flatc
)

add_library(text_processing-dictionary-idl)
target_link_libraries(text_processing-dictionary-idl PUBLIC
  contrib-libs-cxxsupp
  yutil
  contrib-libs-flatbuffers
)
target_sources(text_processing-dictionary-idl PRIVATE
  ${CMAKE_BINARY_DIR}/library/cpp/text_processing/dictionary/idl/dictionary_meta_info.fbs.cpp
)
target_fbs_source(text_processing-dictionary-idl
  PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/text_processing/dictionary/idl/dictionary_meta_info.fbs
  -I
  ${CMAKE_BINARY_DIR}
  -I
  ${CMAKE_SOURCE_DIR}
)
