[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / examples / CMakeLists.txt
blob8be327bcdbb9d63cfee9142ad13147085dd34d9c
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(PrintFunctionNames)
8   add_subdirectory(AnnotateFunctions)
9   add_subdirectory(Attribute)
10   add_subdirectory(CallSuperAttribute)
11   add_subdirectory(PluginsOrder)
12 endif()