blob: 379c0831ae9fdc821584ac8b6171273dd25852e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
LIBRARY()
LICENSE(BSL-1.0)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
antoshkka
g:cpp-committee
g:cpp-contrib
)
INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc)
PEERDIR(
contrib/libs/icu
)
CFLAGS(
-DBOOST_HAS_ICU
)
SRCS(
src/c_regex_traits.cpp
src/cpp_regex_traits.cpp
src/cregex.cpp
src/fileiter.cpp
src/icu.cpp
src/instances.cpp
src/posix_api.cpp
src/regex.cpp
src/regex_debug.cpp
src/regex_raw_buffer.cpp
src/regex_traits_defaults.cpp
src/static_mutex.cpp
src/usinstances.cpp
src/w32_regex_traits.cpp
src/wc_regex_traits.cpp
src/wide_posix_api.cpp
src/winstances.cpp
)
END()
|