]> git.proxmox.com Git - rustc.git/blame - src/llvm/tools/clang/examples/CMakeLists.txt
Imported Upstream version 0.6
[rustc.git] / src / llvm / tools / clang / examples / CMakeLists.txt
CommitLineData
223e47cc
LB
1if(NOT CLANG_BUILD_EXAMPLES)
2 set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
3endif()
4
5add_subdirectory(analyzer-plugin)
6add_subdirectory(clang-interpreter)
7add_subdirectory(PrintFunctionNames)