Daniel Dunbar | 073777f | 2009-03-24 03:00:12 +0000 | [diff] [blame] | 1 | add_subdirectory(clang-cc) |
Daniel Dunbar | cbcd98b | 2009-03-24 02:52:57 +0000 | [diff] [blame] | 2 | add_subdirectory(driver) |
Argyrios Kyrtzidis | 30b983b | 2009-06-25 18:22:52 +0000 | [diff] [blame] | 3 | add_subdirectory(index-test) |
Douglas Gregor | 9773f60 | 2009-09-25 05:41:21 +0000 | [diff] [blame] | 4 | option(CLANG_BUILD_EXPERIMENTAL "Build experimenal Clang tools" OFF) |
| 5 | if (CLANG_BUILD_EXPERIMENTAL) |
| 6 | add_subdirectory(wpa) |
| 7 | endif () |
Douglas Gregor | ac47bc7 | 2009-09-25 06:35:15 +0000 | [diff] [blame] | 8 | add_subdirectory(CIndex) |
John Thompson | 2e06fc8 | 2009-10-27 13:42:56 +0000 | [diff] [blame] | 9 | add_subdirectory(c-index-test) |