mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
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 ()
|