mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +00:00
10 lines
150 B
CMake
10 lines
150 B
CMake
add_subdirectory(StringUtils)
|
|
|
|
if (ENABLE_EXAMPLES)
|
|
add_subdirectory(examples)
|
|
endif()
|
|
|
|
if (ENABLE_MYSQL)
|
|
add_subdirectory (mysqlxx)
|
|
endif ()
|