blob: 7f4253af2eb270bfe0f2fbbfe74e3e316b4bdb87 [file] [log] [blame]
Peter Collingbournee26198c2012-01-26 03:33:40 +00001if(NOT CLANG_BUILD_EXAMPLES)
2 set(EXCLUDE_FROM_ALL ON)
3endif()
4
Kovarththanan Rajaratnamdab10ac2010-02-27 07:46:49 +00005add_subdirectory(clang-interpreter)
Daniel Dunbar6a4ce002009-11-17 09:40:40 +00006add_subdirectory(PrintFunctionNames)