Teach CMake to put the CIndex header into the Xcode/MSVC project

llvm-svn: 96566
This commit is contained in:
Douglas Gregor 2010-02-18 04:01:41 +00:00
parent 74c904589e
commit 4db30233a8
1 changed files with 1 additions and 0 deletions

View 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")