2011-08-09 22:55:12 +08:00
|
|
|
add_subdirectory(libclang)
|
|
|
|
add_subdirectory(c-index-test)
|
2011-06-16 07:25:17 +08:00
|
|
|
add_subdirectory(arcmt-test)
|
2011-07-10 04:00:58 +08:00
|
|
|
add_subdirectory(c-arcmt-test)
|
2011-08-09 11:39:19 +08:00
|
|
|
add_subdirectory(diagtool)
|
2009-03-24 10:52:57 +08:00
|
|
|
add_subdirectory(driver)
|
2012-04-04 20:07:46 +08:00
|
|
|
add_subdirectory(clang-check)
|
2012-08-07 16:37:42 +08:00
|
|
|
|
|
|
|
# We support checking out the clang-tools-extra repository into the 'extra'
|
|
|
|
# subdirectory. It contains tools developed as part of the Clang/LLVM project
|
|
|
|
# on top of the Clang tooling platform. We keep them in a separate repository
|
|
|
|
# to keep the primary Clang repository small and focused.
|
|
|
|
if(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/extra AND
|
|
|
|
EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/extra/CMakeLists.txt)
|
|
|
|
add_subdirectory(extra)
|
|
|
|
endif()
|