Update ya.make for Arcadia build

This commit is contained in:
Alexey Milovidov 2020-05-07 15:33:50 +03:00
parent fce23f4535
commit 4a1f9f41fb
2 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,7 @@ PEERDIR(
NO_COMPILER_WARNINGS()
# Autogenerated from: find . -name '*.cpp' | grep -v tests | sed 's/^\.\// /' | sort
# Autogenerated from: find . -name '*.cpp' | grep -v -F tests | grep -v -F Trie | sed 's/^\.\// /' | sort
SRCS(
CacheDictionary.cpp
CacheDictionary_generate1.cpp
@ -57,7 +57,6 @@ SRCS(
RedisBlockInputStream.cpp
RedisDictionarySource.cpp
registerDictionaries.cpp
TrieDictionary.cpp
writeParenthesisedString.cpp
XDBCDictionarySource.cpp
)

View File

@ -24,7 +24,7 @@ PEERDIR(
library/consistent_hashing
)
# Autogenerated from: find . -name '*.cpp' | grep -v tests | sed 's/^\.\// /' | sort
# Autogenerated from: find . -name '*.cpp' | grep -v -F tests | sed 's/^\.\// /' | sort
SRCS(
abs.cpp
acos.cpp