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
fce23f4535
commit
4a1f9f41fb
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user