From: NAKAMURA Takumi Date: Sat, 13 Feb 2016 04:01:49 +0000 (+0000) Subject: libclang/CMakeLists.txt: Prune IndexingContext.h out of ADDITIONAL_HEADERS. VS IDE... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f10def1e46ea783186be08e2138d0f76a707712;p=clang libclang/CMakeLists.txt: Prune IndexingContext.h out of ADDITIONAL_HEADERS. VS IDE uses it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260802 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/libclang/CMakeLists.txt b/tools/libclang/CMakeLists.txt index d893b5e5c1..741e02ab3b 100644 --- a/tools/libclang/CMakeLists.txt +++ b/tools/libclang/CMakeLists.txt @@ -30,7 +30,6 @@ set(SOURCES CXTranslationUnit.h CXType.h Index_Internal.h - IndexingContext.h ../../include/clang-c/Index.h )