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
0e00e3049e
commit
c85fec6c67
@ -11,19 +11,20 @@ PEERDIR(
|
||||
|
||||
NO_COMPILER_WARNINGS()
|
||||
|
||||
# Autogenerated from: find . -name '*.cpp' | sed 's/^\.\// /' | sort
|
||||
SRCS(
|
||||
CacheDictionary.cpp
|
||||
CacheDictionary_generate1.cpp
|
||||
CacheDictionary_generate2.cpp
|
||||
CacheDictionary_generate3.cpp
|
||||
CacheDictionary.cpp
|
||||
ClickHouseDictionarySource.cpp
|
||||
ComplexKeyCacheDictionary.cpp
|
||||
ComplexKeyCacheDictionary_createAttributeWithType.cpp
|
||||
ComplexKeyCacheDictionary_generate1.cpp
|
||||
ComplexKeyCacheDictionary_generate2.cpp
|
||||
ComplexKeyCacheDictionary_generate3.cpp
|
||||
ComplexKeyCacheDictionary_setAttributeValue.cpp
|
||||
ComplexKeyCacheDictionary_setDefaultAttributeValue.cpp
|
||||
ComplexKeyCacheDictionary.cpp
|
||||
ComplexKeyHashedDictionary.cpp
|
||||
DictionaryBlockInputStreamBase.cpp
|
||||
DictionaryFactory.cpp
|
||||
@ -56,6 +57,8 @@ 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' | sed 's/^\.\// /' | sort
|
||||
SRCS(
|
||||
abs.cpp
|
||||
acos.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user