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.
12 lines
304 B
12 lines
304 B
4 months ago
|
if(NOT CLANG_BUILD_EXAMPLES)
|
||
|
set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
|
||
|
set(EXCLUDE_FROM_ALL ON)
|
||
|
endif()
|
||
|
|
||
|
if(CLANG_ENABLE_STATIC_ANALYZER)
|
||
|
add_subdirectory(analyzer-plugin)
|
||
|
endif()
|
||
|
add_subdirectory(clang-interpreter)
|
||
|
add_subdirectory(PrintFunctionNames)
|
||
|
add_subdirectory(AnnotateFunctions)
|