1if(NOT CLANG_BUILD_EXAMPLES)
2  set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
3  set(EXCLUDE_FROM_ALL ON)
4endif()
5
6if(CLANG_ENABLE_STATIC_ANALYZER)
7add_subdirectory(analyzer-plugin)
8endif()
9add_subdirectory(clang-interpreter)
10add_subdirectory(PrintFunctionNames)
11