mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
8 lines
369 B
CMake
8 lines
369 B
CMake
|
include(${ClickHouse_SOURCE_DIR}/cmake/dbms_glob_sources.cmake)
|
||
|
add_headers_and_sources(clickhouse_table_functions .)
|
||
|
|
||
|
list(REMOVE_ITEM clickhouse_table_functions_sources TableFunctionFactory.cpp)
|
||
|
list(REMOVE_ITEM clickhouse_table_functions_headers ITableFunction.h TableFunctionFactory.h)
|
||
|
|
||
|
add_library(clickhouse_table_functions ${clickhouse_table_functions_sources})
|