2012-01-26 11:33:40 +08:00
|
|
|
if(NOT CLANG_BUILD_EXAMPLES)
|
2012-05-04 03:11:45 +08:00
|
|
|
set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
|
2014-02-21 01:43:31 +08:00
|
|
|
set(EXCLUDE_FROM_ALL ON)
|
2012-01-26 11:33:40 +08:00
|
|
|
endif()
|
|
|
|
|
2009-11-17 17:40:40 +08:00
|
|
|
add_subdirectory(PrintFunctionNames)
|
2016-03-15 20:51:40 +08:00
|
|
|
add_subdirectory(AnnotateFunctions)
|
2020-03-25 21:49:02 +08:00
|
|
|
add_subdirectory(Attribute)
|
2020-11-20 21:50:39 +08:00
|
|
|
add_subdirectory(CallSuperAttribute)
|
2021-10-20 05:50:44 +08:00
|
|
|
add_subdirectory(PluginsOrder)
|