ClickHouse/src/Planner/CMakeLists.txt
2022-10-24 10:22:38 +02:00

8 lines
115 B
CMake

if (ENABLE_TESTS)
add_subdirectory(tests)
endif()
if (ENABLE_EXAMPLES)
add_subdirectory(examples)
endif()