cloudflare/ClickHouse
Publicmirrored fromhttps://github.com/cloudflare/ClickHouse
base/CMakeLists.txt
14lines · modecode
5 years ago
| 1 | if (USE_CLANG_TIDY) |
| 2 | set (CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY_PATH}") |
| 3 | endif () |
| 4 | |
| 5 | add_subdirectory (common) |
| 6 | add_subdirectory (daemon) |
| 7 | add_subdirectory (loggers) |
| 8 | add_subdirectory (pcg-random) |
| 9 | add_subdirectory (widechar_width) |
| 10 | add_subdirectory (readpassphrase) |
| 11 | |
| 12 | if (USE_MYSQL) |
| 13 | add_subdirectory (mysqlxx) |
| 14 | endif () |