mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
10 lines
97 B
Makefile
10 lines
97 B
Makefile
LIBRARY()
|
|
|
|
ADDINCL(GLOBAL clickhouse/base/widechar_width)
|
|
|
|
SRCS(
|
|
widechar_width.cpp
|
|
)
|
|
|
|
END()
|