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 | f14bee8dc2bbacc5374ae7aadc053ab89caf7445 (patch) | |
tree | 0ee38089cb0499cb41cedbf7eda7d6143cd68833 | |
parent | a355e07454463b19829ac92ffd115a097faff0e0 (diff) |
Teach CMake to put the CIndex header into the Xcode/MSVC project
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96566 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/CIndex/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/CIndex/CMakeLists.txt b/tools/CIndex/CMakeLists.txt index 26e1b3bb90..e94a786837 100644 --- a/tools/CIndex/CMakeLists.txt +++ b/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") |