summaryrefslogtreecommitdiffstats
path: root/tools/CMakeLists.txt
blob: 222512af1546a69cdcb85d22be6a0a24a67f26a3 (plain)
1
2
3
4
5
6
7
8
9
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 ()
add_subdirectory(CIndex)
add_subdirectory(c-index-test)
OpenPOWER on IntegriCloud