
# 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.



add_library(catboost-libs-monoforest)
target_link_libraries(catboost-libs-monoforest PUBLIC
  contrib-libs-linux-headers
  contrib-libs-cxxsupp
  yutil
  catboost-libs-helpers
  catboost-libs-logging
  catboost-libs-model
)
target_sources(catboost-libs-monoforest PRIVATE
  ${CMAKE_SOURCE_DIR}/catboost/libs/monoforest/additive_model.cpp
  ${CMAKE_SOURCE_DIR}/catboost/libs/monoforest/grid.cpp
  ${CMAKE_SOURCE_DIR}/catboost/libs/monoforest/helpers.cpp
  ${CMAKE_SOURCE_DIR}/catboost/libs/monoforest/interpretation.cpp
  ${CMAKE_SOURCE_DIR}/catboost/libs/monoforest/leaf_path.cpp
  ${CMAKE_SOURCE_DIR}/catboost/libs/monoforest/model_import.cpp
  ${CMAKE_SOURCE_DIR}/catboost/libs/monoforest/monom.cpp
  ${CMAKE_SOURCE_DIR}/catboost/libs/monoforest/oblivious_tree.cpp
  ${CMAKE_SOURCE_DIR}/catboost/libs/monoforest/non_symmetric_tree.cpp
  ${CMAKE_SOURCE_DIR}/catboost/libs/monoforest/polynom.cpp
  ${CMAKE_SOURCE_DIR}/catboost/libs/monoforest/split.cpp
)
