xref: /netbsd-src/external/apache2/llvm/dist/clang/examples/CMakeLists.txt (revision e038c9c4676b0f19b1b7dd08a940c6ed64a6d5ae)
17330f729Sjoergif(NOT CLANG_BUILD_EXAMPLES)
27330f729Sjoerg  set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
37330f729Sjoerg  set(EXCLUDE_FROM_ALL ON)
47330f729Sjoergendif()
57330f729Sjoerg
67330f729Sjoergadd_subdirectory(clang-interpreter)
77330f729Sjoergadd_subdirectory(PrintFunctionNames)
87330f729Sjoergadd_subdirectory(AnnotateFunctions)
9*e038c9c4Sjoergadd_subdirectory(Attribute)
10*e038c9c4Sjoergadd_subdirectory(CallSuperAttribute)
11