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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 if(NOT CLANG_BUILD_EXAMPLES)
anatofuz
parents:
diff changeset
2 set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
anatofuz
parents:
diff changeset
3 set(EXCLUDE_FROM_ALL ON)
anatofuz
parents:
diff changeset
4 endif()
anatofuz
parents:
diff changeset
5
236
c4bab56944e8 LLVM 16
kono
parents: 221
diff changeset
6 if(CLANG_PLUGIN_SUPPORT)
c4bab56944e8 LLVM 16
kono
parents: 221
diff changeset
7 add_subdirectory(PrintFunctionNames)
c4bab56944e8 LLVM 16
kono
parents: 221
diff changeset
8 add_subdirectory(AnnotateFunctions)
c4bab56944e8 LLVM 16
kono
parents: 221
diff changeset
9 add_subdirectory(Attribute)
c4bab56944e8 LLVM 16
kono
parents: 221
diff changeset
10 add_subdirectory(CallSuperAttribute)
c4bab56944e8 LLVM 16
kono
parents: 221
diff changeset
11 add_subdirectory(PluginsOrder)
c4bab56944e8 LLVM 16
kono
parents: 221
diff changeset
12 endif()