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

OWNER(g:yt)

SRCS(
    assert.cpp
)

END()