mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 11:22:12 +00:00
9 lines
173 B
CMake
9 lines
173 B
CMake
add_subdirectory(StringUtils)
|
|
# after common_io
|
|
#add_subdirectory(ZooKeeper)
|
|
#add_subdirectory(ConfigProcessor)
|
|
|
|
if (ENABLE_EXAMPLES)
|
|
add_subdirectory(examples)
|
|
endif()
|