ClickHouse/base/CMakeLists.txt

16 lines
341 B
CMake
Raw Normal View History

2020-03-08 20:17:49 +00:00
if (USE_CLANG_TIDY)
set (CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY_PATH}")
endif ()
2020-02-14 14:48:30 +00:00
add_subdirectory (common)
add_subdirectory (daemon)
add_subdirectory (loggers)
add_subdirectory (pcg-random)
add_subdirectory (widechar_width)
2020-08-08 18:38:34 +00:00
add_subdirectory (readpassphrase)
2021-03-12 21:12:34 +00:00
add_subdirectory (bridge)
if (USE_MYSQL)
2020-02-14 14:48:30 +00:00
add_subdirectory (mysqlxx)
endif ()