forked from OSchip/llvm-project
Teach CMake to put the CIndex header into the Xcode/MSVC project
llvm-svn: 96566
This commit is contained in:
parent
74c904589e
commit
4db30233a8
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue