mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
12 lines
283 B
CMake
12 lines
283 B
CMake
if (USE_CLANG_TIDY)
|
|
set (CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY_PATH}")
|
|
endif ()
|
|
|
|
add_subdirectory (base)
|
|
add_subdirectory (daemon)
|
|
add_subdirectory (loggers)
|
|
add_subdirectory (pcg-random)
|
|
add_subdirectory (widechar_width)
|
|
add_subdirectory (readpassphrase)
|
|
add_subdirectory (bridge)
|