xref: /netbsd-src/external/apache2/llvm/dist/clang/examples/CMakeLists.txt (revision e038c9c4676b0f19b1b7dd08a940c6ed64a6d5ae)
1if(NOT CLANG_BUILD_EXAMPLES)
2  set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
3  set(EXCLUDE_FROM_ALL ON)
4endif()
5
6add_subdirectory(clang-interpreter)
7add_subdirectory(PrintFunctionNames)
8add_subdirectory(AnnotateFunctions)
9add_subdirectory(Attribute)
10add_subdirectory(CallSuperAttribute)
11