diff options
Diffstat (limited to 'tools/CIndex/CMakeLists.txt')
-rw-r--r-- | tools/CIndex/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/CIndex/CMakeLists.txt b/tools/CIndex/CMakeLists.txt index a3ff3db..52f847e 100644 --- a/tools/CIndex/CMakeLists.txt +++ b/tools/CIndex/CMakeLists.txt @@ -19,7 +19,12 @@ set( LLVM_LINK_COMPONENTS core ) -add_clang_library(CIndex CIndex.cpp) +add_clang_library(CIndex + CIndex.cpp + CIndexCodeCompletion.cpp + CIndexUSRs.cpp + CIndexer.cpp +) if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") # FIXME: Deal with LLVM_SUBMIT_VERSION? |