summaryrefslogtreecommitdiffstats
path: root/tools/CMakeLists.txt
blob: cb2aa2004ce7eff7e517b90a00474875084a22fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)
if (MSVC)
else ()
   add_subdirectory(c-index-test)
endif ()
OpenPOWER on IntegriCloud