diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-02-18 04:01:41 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-02-18 04:01:41 +0000 |
commit | 4db30233a89b6bd4280d6fd8ac5cf91828fadda8 (patch) | |
tree | 248cd412cb9ec5e8fcb6654c7f48d2719d095b7f | |
parent | 74c904589e8be8c52fbdfc96d6eeadb6743842f8 (diff) | |
download | bcm5719-llvm-4db30233a89b6bd4280d6fd8ac5cf91828fadda8.tar.gz bcm5719-llvm-4db30233a89b6bd4280d6fd8ac5cf91828fadda8.zip |
Teach CMake to put the CIndex header into the Xcode/MSVC project
llvm-svn: 96566
-rw-r--r-- | clang/tools/CIndex/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/tools/CIndex/CMakeLists.txt b/clang/tools/CIndex/CMakeLists.txt index 26e1b3bb905..e94a786837e 100644 --- a/clang/tools/CIndex/CMakeLists.txt +++ b/clang/tools/CIndex/CMakeLists.txt @@ -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") |