You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
294 B
11 lines
294 B
if(NOT CLANG_BUILD_EXAMPLES)
|
|
set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
|
|
set(EXCLUDE_FROM_ALL ON)
|
|
endif()
|
|
|
|
add_subdirectory(clang-interpreter)
|
|
add_subdirectory(PrintFunctionNames)
|
|
add_subdirectory(AnnotateFunctions)
|
|
add_subdirectory(Attribute)
|
|
add_subdirectory(CallSuperAttribute)
|