blob: 91039e05df58762bc96a0d163d1a6fe31e9478a4 [file] [log] [blame]
add_subdirectory(clang-cc)
add_subdirectory(driver)
add_subdirectory(index-test)
option(CLANG_BUILD_EXPERIMENTAL "Build experimenal Clang tools" OFF)
if (CLANG_BUILD_EXPERIMENTAL)
add_subdirectory(wpa)
endif ()