mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 01:41:59 +00:00
b81ad6aaf7
* add google benchmark to contrib * rework integer_hash_tables_and_hashes * update readme * keep benchmarks near the benchmarked code * fix fasttests build * rm old target * fix
14 lines
215 B
CMake
14 lines
215 B
CMake
add_subdirectory(StringUtils)
|
|
|
|
if (ENABLE_BENCHMARKS)
|
|
add_subdirectory(benchmarks)
|
|
endif()
|
|
|
|
if (ENABLE_EXAMPLES)
|
|
add_subdirectory(examples)
|
|
endif()
|
|
|
|
if (ENABLE_MYSQL)
|
|
add_subdirectory (mysqlxx)
|
|
endif ()
|