mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 06:01:57 +00:00
6 lines
257 B
CMake
6 lines
257 B
CMake
|
|
include(${ClickHouse_SOURCE_DIR}/cmake/dbms_glob_sources.cmake)
|
|
add_headers_and_sources(storages_system .)
|
|
add_library(clickhouse_storages_system ${storages_system_headers} ${storages_system_sources})
|
|
target_link_libraries(clickhouse_storages_system dbms)
|