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

SRCS(
    url.cpp
    url.h
)

END()

RECURSE_FOR_TESTS(
    ut
)