We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebb4b9b + 4f6a33d commit 3c7741dCopy full SHA for 3c7741d
clang/tools/CMakeLists.txt
@@ -25,10 +25,12 @@ endif()
25
if(CLANG_INCLUDE_TESTS)
26
add_clang_subdirectory(c-index-test)
27
add_clang_subdirectory(apinotes-test)
28
- add_clang_subdirectory(clang-cas-test)
29
add_clang_subdirectory(clang-refactor-test)
30
endif()
31
+# Add clang-cas-test unconditionally, as it is not only used by tests.
32
+add_clang_subdirectory(clang-cas-test)
33
+
34
add_clang_subdirectory(IndexStore)
35
36
add_clang_subdirectory(clang-refactor)
0 commit comments