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