blob: 84a5d2cecbe4e1e32b7cf41717caadd6a2717d5b [file] [log] [blame]
Peter Collingbournee26198c2012-01-26 03:33:40 +00001if(NOT CLANG_BUILD_EXAMPLES)
Peter Collingbourneb0998f92012-05-03 19:11:45 +00002 set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
Peter Collingbournee26198c2012-01-26 03:33:40 +00003endif()
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)