ClickHouse/src/Common/CMakeLists.txt
2022-01-20 10:02:01 +03:00

10 lines
150 B
CMake

add_subdirectory(StringUtils)
if (ENABLE_EXAMPLES)
add_subdirectory(examples)
endif()
if (ENABLE_MYSQL)
add_subdirectory (mysqlxx)
endif ()