blob: 5d4b5fcdb0f6c5bf941de7498e2e3779c6fd8319 [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)
Jordan Roseee9808d2014-02-20 17:43:31 +00003 set(EXCLUDE_FROM_ALL ON)
Peter Collingbourne53860cf2012-01-26 03:33:40 +00004endif()
5
NAKAMURA Takumia050e3e2014-01-31 11:19:09 +00006if(CLANG_ENABLE_STATIC_ANALYZER)
Dylan Noblesmith01b2c9e2012-02-13 12:32:15 +00007add_subdirectory(analyzer-plugin)
NAKAMURA Takumia050e3e2014-01-31 11:19:09 +00008endif()
Kovarththanan Rajaratnam9a3f55c2010-02-27 07:46:49 +00009add_subdirectory(clang-interpreter)
Daniel Dunbar53f6f612009-11-17 09:40:40 +000010add_subdirectory(PrintFunctionNames)