2017-02-06 15:15:19 +00:00
|
|
|
include(${ClickHouse_SOURCE_DIR}/cmake/dbms_include.cmake)
|
2017-01-16 19:47:11 +00:00
|
|
|
|
2017-01-19 19:30:58 +00:00
|
|
|
if (NOT NO_WERROR)
|
|
|
|
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
|
|
|
|
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror")
|
|
|
|
endif ()
|
|
|
|
|
2016-02-07 21:58:58 +00:00
|
|
|
add_subdirectory (compressor)
|
|
|
|
add_subdirectory (iotest)
|
|
|
|
add_subdirectory (corrector_utf8)
|
|
|
|
add_subdirectory (config-processor)
|
|
|
|
add_subdirectory (zookeeper-dump-tree)
|
|
|
|
add_subdirectory (zookeeper-remove-by-list)
|
|
|
|
add_subdirectory (zookeeper-create-entry-to-download-part)
|
2016-03-21 03:32:38 +00:00
|
|
|
add_subdirectory (wikistat-loader)
|
2016-12-17 11:19:27 +00:00
|
|
|
add_subdirectory (fill-factor)
|
2017-02-16 21:38:25 +00:00
|
|
|
add_subdirectory (check-marks)
|