diff options
-rw-r--r-- | tools/CIndex/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CIndex/CMakeLists.txt b/tools/CIndex/CMakeLists.txt index dd0eeea944..69de8a1acf 100644 --- a/tools/CIndex/CMakeLists.txt +++ b/tools/CIndex/CMakeLists.txt @@ -3,7 +3,7 @@ set(SHARED_LIBRARY TRUE) set(LLVM_NO_RTTI 1) set(LLVM_USED_LIBS - clangFrontend clangIndex clangSema clangAST clangLex clangBasic) + clangFrontend clangIndex clangSema clangAnalysis clangAST clangParse clangLex clangBasic) set( LLVM_LINK_COMPONENTS MC |