Fix Disks/ya.make

This commit is contained in:
Ivan Lezhankin 2021-06-07 17:22:24 +03:00
parent c453a84944
commit 0e9ce8c23a
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ PEERDIR(
clickhouse/src/Common
)
SRCS(
DiskCacheWrapper.cpp
DiskDecorator.cpp
DiskFactory.cpp

View File

@ -6,7 +6,7 @@ PEERDIR(
clickhouse/src/Common
)
SRCS(
<? find . -name '*.cpp' | grep -v -F tests | grep -v -F examples | grep -v -F 'S3|HDFS' | sed 's/^\.\// /' | sort ?>
)