From: Kovarththanan Rajaratnam Date: Tue, 24 Nov 2009 16:32:20 +0000 (+0000) Subject: Sort CMakeLists.txt X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa7dd818c24c9136acea01cc5104202c0712af04;p=clang Sort CMakeLists.txt git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89771 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)