2009-03-24 11:00:12 +08:00
|
|
|
add_subdirectory(clang-cc)
|
2009-03-24 10:52:57 +08:00
|
|
|
add_subdirectory(driver)
|
2009-06-26 02:22:52 +08:00
|
|
|
add_subdirectory(index-test)
|
2009-09-25 13:41:21 +08:00
|
|
|
option(CLANG_BUILD_EXPERIMENTAL "Build experimenal Clang tools" OFF)
|
|
|
|
if (CLANG_BUILD_EXPERIMENTAL)
|
|
|
|
add_subdirectory(wpa)
|
|
|
|
endif ()
|
2009-09-25 14:35:15 +08:00
|
|
|
add_subdirectory(CIndex)
|
2009-09-26 09:21:38 +08:00
|
|
|
if (MSVC)
|
|
|
|
else ()
|
|
|
|
add_subdirectory(c-index-test)
|
|
|
|
endif ()
|