ClickHouse/utils/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
369 B
CMake
Raw Normal View History

if (USE_CLANG_TIDY)
set (CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY_PATH}")
endif ()
set(MAX_LINKER_MEMORY 3500)
2020-12-10 18:34:48 +00:00
include(../cmake/limit_jobs.cmake)
if (ENABLE_CLICKHOUSE_SELF_EXTRACTING)
add_subdirectory (self-extracting-executable)
endif ()
# Not used in packages
if (ENABLE_UTILS)
2018-08-23 16:06:13 +00:00
add_subdirectory (corrector_utf8)
2023-05-06 17:06:44 +00:00
add_subdirectory (memcpy-bench)
2018-08-23 16:06:13 +00:00
endif ()