ClickHouse/src/Parsers/ya.make.in

14 lines
152 B
Plaintext
Raw Normal View History

LIBRARY()
PEERDIR(
clickhouse/src/Common
)
2020-09-07 22:14:13 +00:00
CFLAGS(-g0)
SRCS(
<? find . -name '*.cpp' | grep -v -F tests | sed 's/^\.\// /' | sort ?>
)
END()