blob: 19d886935d4e9fe623188461f0dd58bc83cf0d9c [file] [log] [blame]
Peter Collingbournee26198c2012-01-26 03:33:40 +00001if(NOT CLANG_BUILD_EXAMPLES)
2 set(EXCLUDE_FROM_ALL ON)
3endif()
4
Dylan Noblesmith89446752012-02-13 12:32:15 +00005add_subdirectory(analyzer-plugin)
Kovarththanan Rajaratnamdab10ac2010-02-27 07:46:49 +00006add_subdirectory(clang-interpreter)
Daniel Dunbar6a4ce002009-11-17 09:40:40 +00007add_subdirectory(PrintFunctionNames)