aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/exception/ya.make
blob: 78660711d37263fe8532eb462eb126142027cf25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()

OWNER(g:solomon)

SRCS(
    exception.cpp
)

PEERDIR(
)

END()