summaryrefslogtreecommitdiffstats
path: root/library/cpp/dwarf_backtrace/registry/ya.make
blob: 70cbc48ee05f38e07ce9b497360e6741768fa31a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY()

IF(NOT OS_WINDOWS)

    PEERDIR(
        library/cpp/dwarf_backtrace
    )

    SRCS(
        GLOBAL set_format_backtrace.cpp
    )

ENDIF()

END()