aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/tcmalloc/ya.make
blob: 3e66c28aa724047b2b198f74cc389e45bfbb058a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
LIBRARY()

IF (OS_LINUX)
    PEERDIR(
        contrib/restricted/abseil-cpp/absl/debugging
    )
    SRCS(GLOBAL fix.cpp)
ENDIF()

END()