mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
18 lines
375 B
CMake
18 lines
375 B
CMake
add_subdirectory (common)
|
|
add_subdirectory (loggers)
|
|
add_subdirectory (daemon)
|
|
|
|
if (USE_INTERNAL_MEMCPY)
|
|
add_subdirectory (memcpy)
|
|
endif()
|
|
|
|
if (USE_MYSQL)
|
|
add_subdirectory (mysqlxx)
|
|
endif ()
|
|
|
|
if (USE_INTERNAL_CONSISTENT_HASHING_LIBRARY)
|
|
add_subdirectory (consistent-hashing)
|
|
endif ()
|
|
add_subdirectory (consistent-hashing-sumbur)
|
|
add_subdirectory (widechar_width)
|