提交 c85fec6c 编写于 作者: A Alexey Milovidov

Update ya.make for Arcadia build

上级 0e00e304
...@@ -11,19 +11,20 @@ PEERDIR( ...@@ -11,19 +11,20 @@ PEERDIR(
NO_COMPILER_WARNINGS() NO_COMPILER_WARNINGS()
# Autogenerated from: find . -name '*.cpp' | sed 's/^\.\// /' | sort
SRCS( SRCS(
CacheDictionary.cpp
CacheDictionary_generate1.cpp CacheDictionary_generate1.cpp
CacheDictionary_generate2.cpp CacheDictionary_generate2.cpp
CacheDictionary_generate3.cpp CacheDictionary_generate3.cpp
CacheDictionary.cpp
ClickHouseDictionarySource.cpp ClickHouseDictionarySource.cpp
ComplexKeyCacheDictionary.cpp
ComplexKeyCacheDictionary_createAttributeWithType.cpp ComplexKeyCacheDictionary_createAttributeWithType.cpp
ComplexKeyCacheDictionary_generate1.cpp ComplexKeyCacheDictionary_generate1.cpp
ComplexKeyCacheDictionary_generate2.cpp ComplexKeyCacheDictionary_generate2.cpp
ComplexKeyCacheDictionary_generate3.cpp ComplexKeyCacheDictionary_generate3.cpp
ComplexKeyCacheDictionary_setAttributeValue.cpp ComplexKeyCacheDictionary_setAttributeValue.cpp
ComplexKeyCacheDictionary_setDefaultAttributeValue.cpp ComplexKeyCacheDictionary_setDefaultAttributeValue.cpp
ComplexKeyCacheDictionary.cpp
ComplexKeyHashedDictionary.cpp ComplexKeyHashedDictionary.cpp
DictionaryBlockInputStreamBase.cpp DictionaryBlockInputStreamBase.cpp
DictionaryFactory.cpp DictionaryFactory.cpp
...@@ -56,6 +57,8 @@ SRCS( ...@@ -56,6 +57,8 @@ SRCS(
RedisBlockInputStream.cpp RedisBlockInputStream.cpp
RedisDictionarySource.cpp RedisDictionarySource.cpp
registerDictionaries.cpp registerDictionaries.cpp
tests/gtest_dictionary_configuration.cpp
TrieDictionary.cpp
writeParenthesisedString.cpp writeParenthesisedString.cpp
XDBCDictionarySource.cpp XDBCDictionarySource.cpp
) )
......
...@@ -24,7 +24,7 @@ PEERDIR( ...@@ -24,7 +24,7 @@ PEERDIR(
library/consistent_hashing library/consistent_hashing
) )
# Autogenerated from: find . -name '*.cpp' | sed 's/^\.\///' | sort # Autogenerated from: find . -name '*.cpp' | sed 's/^\.\// /' | sort
SRCS( SRCS(
abs.cpp abs.cpp
acos.cpp acos.cpp
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册