mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
11 lines
179 B
CMake
11 lines
179 B
CMake
|
set (CLICKHOUSE_GIT_IMPORT_SOURCES git-import.cpp)
|
||
|
|
||
|
set (CLICKHOUSE_GIT_IMPORT_LINK
|
||
|
PRIVATE
|
||
|
boost::program_options
|
||
|
dbms
|
||
|
)
|
||
|
|
||
|
clickhouse_program_add(git-import)
|
||
|
|