blob: 6213bc7c2a6c5d4efd91ea09825fd3ea9f7031ca [file] [log] [blame]
Peter Collingbourne53860cf2012-01-26 03:33:40 +00001if(NOT CLANG_BUILD_EXAMPLES)
Peter Collingbourne9251b7d2012-05-03 19:11:45 +00002 set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
Peter Collingbourne53860cf2012-01-26 03:33:40 +00003endif()
4
NAKAMURA Takumia050e3e2014-01-31 11:19:09 +00005if(CLANG_ENABLE_STATIC_ANALYZER)
Dylan Noblesmith01b2c9e2012-02-13 12:32:15 +00006add_subdirectory(analyzer-plugin)
NAKAMURA Takumia050e3e2014-01-31 11:19:09 +00007endif()
Kovarththanan Rajaratnam9a3f55c2010-02-27 07:46:49 +00008add_subdirectory(clang-interpreter)
Daniel Dunbar53f6f612009-11-17 09:40:40 +00009add_subdirectory(PrintFunctionNames)