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()
|
|
|
|
|
2014-01-31 19:19:09 +08:00
|
|
|
if(CLANG_ENABLE_STATIC_ANALYZER)
|
2012-02-13 20:32:15 +08:00
|
|
|
add_subdirectory(analyzer-plugin)
|
2014-01-31 19:19:09 +08:00
|
|
|
endif()
|
2010-02-27 15:46:49 +08:00
|
|
|
add_subdirectory(clang-interpreter)
|
2009-11-17 17:40:40 +08:00
|
|
|
add_subdirectory(PrintFunctionNames)
|