Ted Kremenek | e802c61 | 2011-08-09 14:55:12 +0000 | [diff] [blame] | 1 | add_subdirectory(libclang) |
| 2 | add_subdirectory(c-index-test) |
John McCall | 8f0e8d2 | 2011-06-15 23:25:17 +0000 | [diff] [blame] | 3 | add_subdirectory(arcmt-test) |
Argyrios Kyrtzidis | 69325d5 | 2011-07-09 20:00:58 +0000 | [diff] [blame] | 4 | add_subdirectory(c-arcmt-test) |
Ted Kremenek | 2dc651d | 2011-08-09 03:39:19 +0000 | [diff] [blame] | 5 | add_subdirectory(diagtool) |
Daniel Dunbar | cbcd98b | 2009-03-24 02:52:57 +0000 | [diff] [blame] | 6 | add_subdirectory(driver) |
Manuel Klimek | cb971c6 | 2012-04-04 12:07:46 +0000 | [diff] [blame] | 7 | add_subdirectory(clang-check) |
Chandler Carruth | 5d435b6 | 2012-08-07 08:37:42 +0000 | [diff] [blame] | 8 | |
| 9 | # We support checking out the clang-tools-extra repository into the 'extra' |
| 10 | # subdirectory. It contains tools developed as part of the Clang/LLVM project |
| 11 | # on top of the Clang tooling platform. We keep them in a separate repository |
| 12 | # to keep the primary Clang repository small and focused. |
| 13 | if(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/extra AND |
| 14 | EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/extra/CMakeLists.txt) |
| 15 | add_subdirectory(extra) |
| 16 | endif() |