xref: /openbsd-src/gnu/llvm/clang/examples/CMakeLists.txt (revision 12c855180aad702bbcca06e0398d774beeafb155)
1if(NOT CLANG_BUILD_EXAMPLES)
2  set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
3  set(EXCLUDE_FROM_ALL ON)
4endif()
5
6if(CLANG_PLUGIN_SUPPORT)
7  add_subdirectory(PrintFunctionNames)
8  add_subdirectory(AnnotateFunctions)
9  add_subdirectory(Attribute)
10  add_subdirectory(CallSuperAttribute)
11  add_subdirectory(PluginsOrder)
12endif()
13