Merge pull request #28403 from nikitamikhaylov/fix-arcadia-12

Update ya.make
This commit is contained in:
Nikita Mikhaylov 2021-08-31 15:22:29 +03:00 committed by GitHub
commit 04f469e8e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View File

@ -20,6 +20,8 @@ PEERDIR(
SRCS( SRCS(
AIO.cpp AIO.cpp
AsynchronousReadBufferFromFile.cpp
AsynchronousReadBufferFromFileDescriptor.cpp
BrotliReadBuffer.cpp BrotliReadBuffer.cpp
BrotliWriteBuffer.cpp BrotliWriteBuffer.cpp
Bzip2ReadBuffer.cpp Bzip2ReadBuffer.cpp
@ -56,7 +58,10 @@ SRCS(
ReadBufferFromMemory.cpp ReadBufferFromMemory.cpp
ReadBufferFromPocoSocket.cpp ReadBufferFromPocoSocket.cpp
ReadHelpers.cpp ReadHelpers.cpp
ReadSettings.cpp
SeekAvoidingReadBuffer.cpp SeekAvoidingReadBuffer.cpp
SynchronousReader.cpp
ThreadPoolReader.cpp
TimeoutSetter.cpp TimeoutSetter.cpp
UseSSL.cpp UseSSL.cpp
WriteBufferFromEncryptedFile.cpp WriteBufferFromEncryptedFile.cpp

View File

@ -126,11 +126,8 @@ SRCS(
StorageBuffer.cpp StorageBuffer.cpp
StorageDictionary.cpp StorageDictionary.cpp
StorageDistributed.cpp StorageDistributed.cpp
<<<<<<< add-executable-table-function
StorageExecutable.cpp StorageExecutable.cpp
=======
StorageExternalDistributed.cpp StorageExternalDistributed.cpp
>>>>>>> executable-table-function
StorageFactory.cpp StorageFactory.cpp
StorageFile.cpp StorageFile.cpp
StorageGenerateRandom.cpp StorageGenerateRandom.cpp

View File

@ -13,8 +13,8 @@ SRCS(
ITableFunctionFileLike.cpp ITableFunctionFileLike.cpp
ITableFunctionXDBC.cpp ITableFunctionXDBC.cpp
TableFunctionDictionary.cpp TableFunctionDictionary.cpp
TableFunctionFactory.cpp
TableFunctionExecutable.cpp TableFunctionExecutable.cpp
TableFunctionFactory.cpp
TableFunctionFile.cpp TableFunctionFile.cpp
TableFunctionGenerateRandom.cpp TableFunctionGenerateRandom.cpp
TableFunctionInput.cpp TableFunctionInput.cpp