These two files are needed by other programs

This commit is contained in:
Amos Bird 2023-08-22 01:09:08 +08:00
parent 601b61d00f
commit 1d40833a3b
No known key found for this signature in database
GPG Key ID: 80D430DCBECFEDB4

View File

@ -7,11 +7,15 @@ extract_into_parent_list(clickhouse_functions_sources dbms_sources
IFunction.cpp
FunctionFactory.cpp
FunctionHelpers.cpp
extractTimeZoneFromFunctionArguments.cpp
FunctionsLogical.cpp
)
extract_into_parent_list(clickhouse_functions_headers dbms_headers
IFunction.h
FunctionFactory.h
FunctionHelpers.h
extractTimeZoneFromFunctionArguments.h
FunctionsLogical.h
)
add_library(clickhouse_functions_obj OBJECT ${clickhouse_functions_headers} ${clickhouse_functions_sources})