mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
11 lines
173 B
CMake
11 lines
173 B
CMake
add_subdirectory(MergeTree)
|
|
add_subdirectory(System)
|
|
|
|
if (ENABLE_EXAMPLES)
|
|
add_subdirectory(examples)
|
|
endif()
|
|
|
|
if (ENABLE_FUZZING)
|
|
add_subdirectory(fuzzers)
|
|
endif()
|