aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/ytalloc/ya.make
blob: 97aa73c135b1ae0e671ae84a5ceaff1ea54d26af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OWNER(g:yt)

IF (NOT OS_DARWIN AND NOT SANITIZER_TYPE)
    SET(YT_ALLOC_ENABLED yes)
ENDIF()

RECURSE(
    api
    impl
)

IF (YT_ALLOC_ENABLED)
    RECURSE(
        ut
        benchmarks
    )
ENDIF()