Peter Collingbourne | 53860cf | 2012-01-26 03:33:40 +0000 | [diff] [blame] | 1 | if(NOT CLANG_BUILD_EXAMPLES) |
Peter Collingbourne | 9251b7d | 2012-05-03 19:11:45 +0000 | [diff] [blame] | 2 | set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON) |
Jordan Rose | ee9808d | 2014-02-20 17:43:31 +0000 | [diff] [blame] | 3 | set(EXCLUDE_FROM_ALL ON) |
Peter Collingbourne | 53860cf | 2012-01-26 03:33:40 +0000 | [diff] [blame] | 4 | endif() |
| 5 | |
NAKAMURA Takumi | a050e3e | 2014-01-31 11:19:09 +0000 | [diff] [blame] | 6 | if(CLANG_ENABLE_STATIC_ANALYZER) |
Dylan Noblesmith | 01b2c9e | 2012-02-13 12:32:15 +0000 | [diff] [blame] | 7 | add_subdirectory(analyzer-plugin) |
NAKAMURA Takumi | a050e3e | 2014-01-31 11:19:09 +0000 | [diff] [blame] | 8 | endif() |
Kovarththanan Rajaratnam | 9a3f55c | 2010-02-27 07:46:49 +0000 | [diff] [blame] | 9 | add_subdirectory(clang-interpreter) |
Daniel Dunbar | 53f6f61 | 2009-11-17 09:40:40 +0000 | [diff] [blame] | 10 | add_subdirectory(PrintFunctionNames) |
John Brawn | 6c78974 | 2016-03-15 12:51:40 +0000 | [diff] [blame] | 11 | add_subdirectory(AnnotateFunctions) |