Mercurial > hg > CbC > CbC_llvm
annotate clang/examples/CMakeLists.txt @ 266:00f31e85ec16 default tip
Added tag current for changeset 31d058e83c98
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 14 Oct 2023 10:13:55 +0900 |
parents | c4bab56944e8 |
children |
rev | line source |
---|---|
150 | 1 if(NOT CLANG_BUILD_EXAMPLES) |
2 set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON) | |
3 set(EXCLUDE_FROM_ALL ON) | |
4 endif() | |
5 | |
236 | 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() |