mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 19:14:30 +00:00
d97b2edc7c
* Make separate libs Common/ZooKeeper and Common/ConfigProcessor renamed: dbms/src/Common/StringUtils.h -> dbms/src/Common/StringUtils/StringUtils.h * Fix space * Fix data in system.build_options * merge * merge
9 lines
169 B
CMake
9 lines
169 B
CMake
add_subdirectory(StringUtils)
|
|
# after common_io
|
|
#add_subdirectory(ZooKeeper)
|
|
#add_subdirectory(ConfigProcessor)
|
|
|
|
if (ENABLE_TESTS)
|
|
add_subdirectory (tests)
|
|
endif ()
|