summaryrefslogtreecommitdiffstats
path: root/tools/CMakeLists.txt
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-08-09 14:55:12 +0000
committerTed Kremenek <kremenek@apple.com>2011-08-09 14:55:12 +0000
commite802c613f2a24153c5fcb2474b4c7c66b29153a8 (patch)
treed0f382422cf4db71f86b766d19e8bf2ab430a52e /tools/CMakeLists.txt
parent7eab9d33e27c291fc2f50b1027d5be6978ff80a3 (diff)
Place back previous order of add_subdirectory()'s to reflect build depedencies.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137117 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r--tools/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 1bca496eaa..117d10a603 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -1,6 +1,6 @@
+add_subdirectory(libclang)
+add_subdirectory(c-index-test)
add_subdirectory(arcmt-test)
add_subdirectory(c-arcmt-test)
-add_subdirectory(c-index-test)
add_subdirectory(diagtool)
add_subdirectory(driver)
-add_subdirectory(libclang)