mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update ya.make for Arcadia build
This commit is contained in:
parent
c85fec6c67
commit
fce23f4535
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user