Peter Collingbourne | e26198c | 2012-01-26 03:33:40 +0000 | [diff] [blame] | 1 | if(NOT CLANG_BUILD_EXAMPLES) |
Peter Collingbourne | b0998f9 | 2012-05-03 19:11:45 +0000 | [diff] [blame] | 2 | set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON) |
Peter Collingbourne | e26198c | 2012-01-26 03:33:40 +0000 | [diff] [blame] | 3 | endif() |
| 4 | |
Dylan Noblesmith | 8944675 | 2012-02-13 12:32:15 +0000 | [diff] [blame] | 5 | add_subdirectory(analyzer-plugin) |
Kovarththanan Rajaratnam | dab10ac | 2010-02-27 07:46:49 +0000 | [diff] [blame] | 6 | add_subdirectory(clang-interpreter) |
Daniel Dunbar | 6a4ce00 | 2009-11-17 09:40:40 +0000 | [diff] [blame] | 7 | add_subdirectory(PrintFunctionNames) |