mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 20:42:04 +00:00
b7f92454bf
This will simplify linking dependencies, and anyway this classes are not base in any sense. Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
4 lines
60 B
CMake
4 lines
60 B
CMake
if (ENABLE_EXAMPLES)
|
|
add_subdirectory(examples)
|
|
endif()
|