diff options
Diffstat (limited to 'clang/tools/CMakeLists.txt')
-rw-r--r-- | clang/tools/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/tools/CMakeLists.txt b/clang/tools/CMakeLists.txt index 8cded43151c..8c666dd71a0 100644 --- a/clang/tools/CMakeLists.txt +++ b/clang/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) |