ClickHouse/dbms/src/Common/CMakeLists.txt
2017-06-19 23:06:35 +03:00

6 lines
85 B
CMake

add_subdirectory(ZooKeeper)
if (ENABLE_TESTS)
add_subdirectory (tests)
endif ()