From aa7dd818c24c9136acea01cc5104202c0712af04 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Tue, 24 Nov 2009 16:32:20 +0000 Subject: [PATCH] Sort CMakeLists.txt git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89771 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 8cded43151..8c666dd71a 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,5 +1,5 @@ +add_subdirectory(CIndex) +add_subdirectory(c-index-test) add_subdirectory(clang-cc) add_subdirectory(driver) add_subdirectory(index-test) -add_subdirectory(CIndex) -add_subdirectory(c-index-test)