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