ClickHouse/src/Planner/CMakeLists.txt

8 lines
115 B
CMake
Raw Normal View History

2022-08-24 09:21:03 +00:00
if (ENABLE_TESTS)
add_subdirectory(tests)
endif()
if (ENABLE_EXAMPLES)
add_subdirectory(examples)
2022-10-19 16:49:17 +00:00
endif()