aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/ya.make
blob: f4d43806f4efeb39d90f04c0dd8208c149cbe2ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
RECURSE(
    assert
    coding
    exception
    misc
    string
    system
    yson
    yson_string
)

IF (NOT OS_WINDOWS)
    RECURSE(
        containers
        cpu_clock
        logging
        malloc
        memory
        mlock
        phdr_cache
        small_containers
        threading
    )
ENDIF()