]> granicus.if.org Git - clang/commitdiff
Teach CMake to put the CIndex header into the Xcode/MSVC project
authorDouglas Gregor <dgregor@apple.com>
Thu, 18 Feb 2010 04:01:41 +0000 (04:01 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 18 Feb 2010 04:01:41 +0000 (04:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96566 91177308-0d34-0410-b5e6-96231b3b80d8

tools/CIndex/CMakeLists.txt

index 26e1b3bb905c7dc3b69f31c77f790744c450fb60..e94a786837e6ae589208eb382f6dfac003715482 100644 (file)
@@ -26,6 +26,7 @@ add_clang_library(CIndex
   CIndexUSRs.cpp
   CIndexer.cpp
   CXCursor.cpp
+  ../../include/clang-c/Index.h
 )
 
 if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")