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) |
Daniel Dunbar | 1cf13cd | 2009-09-26 01:21:38 +0000 | [diff] [blame] | 9 | if (MSVC) |
| 10 | else () |
| 11 | add_subdirectory(c-index-test) |
| 12 | endif () |