aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/backtrace/cursors/libunwind/ya.make
blob: 8f3a8c5284c6fa3e8320a834c67614108d8ae7e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY()

INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)

SRCS(
    libunwind_cursor.cpp
)

PEERDIR(
    contrib/libs/libunwind
)

END()