diff options
Diffstat (limited to 'clang/tools/CMakeLists.txt')
-rw-r--r-- | clang/tools/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/clang/tools/CMakeLists.txt b/clang/tools/CMakeLists.txt index cb2aa2004ce..222512af154 100644 --- a/clang/tools/CMakeLists.txt +++ b/clang/tools/CMakeLists.txt @@ -6,7 +6,4 @@ if (CLANG_BUILD_EXPERIMENTAL) add_subdirectory(wpa) endif () add_subdirectory(CIndex) -if (MSVC) -else () - add_subdirectory(c-index-test) -endif () +add_subdirectory(c-index-test) |