aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lfalloc/dbg_info/ya.make
blob: ada70f39c12e78aa90540d0a7e785a5d871d28b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LIBRARY()


PEERDIR(
    library/cpp/malloc/api
)

SRCS(
    dbg_info.cpp
)

SET(IDE_FOLDER "util")

END()