blob: 222512af1546a69cdcb85d22be6a0a24a67f26a3 [file] [log] [blame]
Daniel Dunbar073777f2009-03-24 03:00:12 +00001add_subdirectory(clang-cc)
Daniel Dunbarcbcd98b2009-03-24 02:52:57 +00002add_subdirectory(driver)
Argyrios Kyrtzidis30b983b2009-06-25 18:22:52 +00003add_subdirectory(index-test)
Douglas Gregor9773f602009-09-25 05:41:21 +00004option(CLANG_BUILD_EXPERIMENTAL "Build experimenal Clang tools" OFF)
5if (CLANG_BUILD_EXPERIMENTAL)
6 add_subdirectory(wpa)
7endif ()
Douglas Gregorac47bc72009-09-25 06:35:15 +00008add_subdirectory(CIndex)
John Thompson2e06fc82009-10-27 13:42:56 +00009add_subdirectory(c-index-test)