mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +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()
|