Rename GetLanguageInfo to GetLanguageSpecificData (#117012)
[llvm-project.git] / clang / examples / CMakeLists.txt
blob2396ecac16b2dc6f6202fe4bf44bfe22ef00ca22
1 if(NOT CLANG_BUILD_EXAMPLES)
2   set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
3   set(EXCLUDE_FROM_ALL ON)
4 endif()
6 if(CLANG_PLUGIN_SUPPORT)
7   add_subdirectory(LLVMPrintFunctionNames)
8   add_subdirectory(PrintFunctionNames)
9   add_subdirectory(AnnotateFunctions)
10   add_subdirectory(Attribute)
11   add_subdirectory(CallSuperAttribute)
12   add_subdirectory(PluginsOrder)
13 endif()