ClickHouse/src/Interpreters/CMakeLists.txt

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

12 lines
174 B
CMake
Raw Normal View History

2018-12-12 19:21:48 +00:00
if (ENABLE_TESTS)
2021-04-26 18:26:55 +00:00
add_subdirectory(tests)
endif()
if (ENABLE_EXAMPLES)
add_subdirectory(examples)
2021-09-30 21:17:28 +00:00
endif()
if (ENABLE_FUZZING)
add_subdirectory(fuzzers)
endif()