mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +00:00
6 lines
131 B
CMake
6 lines
131 B
CMake
configure_file(config_formats.h.in ${ConfigIncludePath}/config_formats.h)
|
|
|
|
if (ENABLE_TESTS)
|
|
add_subdirectory (tests)
|
|
endif ()
|