ClickHouse/src/Analyzer/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
115 B
CMake
Raw Normal View History

2022-07-14 11:20:16 +00:00
if (ENABLE_TESTS)
add_subdirectory(tests)
endif()
if (ENABLE_EXAMPLES)
add_subdirectory(examples)
2022-08-24 09:21:03 +00:00
endif()