https://github.com/catboost/catboost
Raw File
Tip revision: 5c632a708cd2fdb127c74115e989da4507d8bc9a authored by akhropov on 05 April 2024, 20:59:30 UTC
Update getCurrentMachineResourcesDirs documentation
Tip revision: 5c632a7
CMakeLists.windows-x86_64.txt

# This file was generated by the build system used internally in the Yandex and called "ya"
# (https://github.com/yandex/yatool).
#
# Configuration files of ya build system usually named as ya.make. If ya.make file is presented
# at the  root of the repository, then this repository supports ya build. 
# 
# If the repository supports both CMake and ya build configuration, please modify both of them.
#
# If only CMake build configuration is supported then modify only CMake files and note that only
# simple modifications are allowed like adding source-files to targets or 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 easily ported back to the ya build 
# system may be rejected.

add_subdirectory(util)
add_subdirectory(contrib)
add_subdirectory(library)
add_subdirectory(tools)
add_subdirectory(catboost)


back to top