diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-03-28 22:25:04 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-03-28 22:25:04 +0300 |
commit | b8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch) | |
tree | 1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /library/cpp/regex/pcre | |
parent | 25659221f18577ea38430a8ec3349836f5626b6a (diff) | |
download | ydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz |
Revert ymake build from ydb oss export
Diffstat (limited to 'library/cpp/regex/pcre')
-rw-r--r-- | library/cpp/regex/pcre/benchmark/ya.make | 12 | ||||
-rw-r--r-- | library/cpp/regex/pcre/ut/ya.make | 8 | ||||
-rw-r--r-- | library/cpp/regex/pcre/ya.make | 21 |
3 files changed, 0 insertions, 41 deletions
diff --git a/library/cpp/regex/pcre/benchmark/ya.make b/library/cpp/regex/pcre/benchmark/ya.make deleted file mode 100644 index 7f138f7012..0000000000 --- a/library/cpp/regex/pcre/benchmark/ya.make +++ /dev/null @@ -1,12 +0,0 @@ -G_BENCHMARK() - -PEERDIR( - library/cpp/regex/pcre -) - -SRCS( - main.cpp -) - -END() - diff --git a/library/cpp/regex/pcre/ut/ya.make b/library/cpp/regex/pcre/ut/ya.make deleted file mode 100644 index f3742e02b8..0000000000 --- a/library/cpp/regex/pcre/ut/ya.make +++ /dev/null @@ -1,8 +0,0 @@ -UNITTEST_FOR(library/cpp/regex/pcre) - -SRCS( - pcre_ut.cpp - regexp_ut.cpp -) - -END() diff --git a/library/cpp/regex/pcre/ya.make b/library/cpp/regex/pcre/ya.make deleted file mode 100644 index a1f5f3d4d6..0000000000 --- a/library/cpp/regex/pcre/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -LIBRARY() - -PEERDIR( - contrib/libs/pcre - contrib/libs/pcre/pcre16 - contrib/libs/pcre/pcre32 - library/cpp/containers/stack_array -) - -SRCS( - pcre.cpp - regexp.cpp -) - -END() - -RECURSE_FOR_TESTS( - benchmark - ut -) - |