Update ya.make for Arcadia build

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

View File

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

View File

@ -24,7 +24,7 @@ PEERDIR(
library/consistent_hashing
)
# Autogenerated from: find . -name '*.cpp' | sed 's/^\.\// /' | sort
# Autogenerated from: find . -name '*.cpp' | grep -v tests | sed 's/^\.\// /' | sort
SRCS(
abs.cpp
acos.cpp
@ -352,7 +352,6 @@ SRCS(
sumburConsistentHash.cpp
tan.cpp
tanh.cpp
tests/number_traits.cpp
tgamma.cpp
throwIf.cpp
timeSlot.cpp