mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
12 lines
110 B
Makefile
12 lines
110 B
Makefile
LIBRARY()
|
|
|
|
ADDINCL(GLOBAL clickhouse/base/widechar_width)
|
|
|
|
CFLAGS(-g0)
|
|
|
|
SRCS(
|
|
widechar_width.cpp
|
|
)
|
|
|
|
END()
|