468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
12 lines
304 B
CMake
12 lines
304 B
CMake
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)
|