aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/backtrace/cursors/frame_pointer/ya.make
blob: cb85d70315ce3721823e5cf7ed6976fe27797920 (plain) (blame)
1
2
3
4
5
6
7
8
9
LIBRARY()

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

SRCS(
    frame_pointer_cursor.cpp
)

END()