
# 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-features_selection)
target_link_libraries(catboost-libs-features_selection PUBLIC
  contrib-libs-cxxsupp
  yutil
  catboost-libs-data
  catboost-libs-eval_result
  catboost-libs-fstr
  catboost-libs-model
  catboost-libs-helpers
  catboost-libs-train_lib
  private-libs-algo
  private-libs-distributed
  private-libs-labels
  private-libs-options
  private-libs-target
  cpp-json-writer
)
target_sources(catboost-libs-features_selection PRIVATE
  ${CMAKE_SOURCE_DIR}/catboost/libs/features_selection/recursive_features_elimination.cpp
  ${CMAKE_SOURCE_DIR}/catboost/libs/features_selection/select_features.cpp
  ${CMAKE_SOURCE_DIR}/catboost/libs/features_selection/selection_results.cpp
)
