aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/ya.make
blob: 75e3e164344bcfdc2f651d3197c47692352fb4e7 (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()