Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
authorZachary Turner <zturner@google.com>
Wed, 11 Feb 2015 03:28:02 +0000 (03:28 +0000)
committerZachary Turner <zturner@google.com>
Wed, 11 Feb 2015 03:28:02 +0000 (03:28 +0000)
commit3bd47cee78afc3aea72ef0da887bf4caa7f685aa
treee0688c6a8b01b56f071348d292411d841b5a6b1f
parent43b2cae82a39dcabdfe56c457789b90babd37a5f
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.

This allows IDEs to recognize the entire set of header files for
each of the core LLVM projects.

Differential Revision: http://reviews.llvm.org/D7526
Reviewed By: Chris Bieneman

llvm-svn: 228798
28 files changed:
llvm/lib/Analysis/CMakeLists.txt
llvm/lib/AsmParser/CMakeLists.txt
llvm/lib/Bitcode/Reader/CMakeLists.txt
llvm/lib/CodeGen/CMakeLists.txt
llvm/lib/DebugInfo/DWARF/CMakeLists.txt
llvm/lib/DebugInfo/PDB/CMakeLists.txt
llvm/lib/ExecutionEngine/CMakeLists.txt
llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
llvm/lib/IR/CMakeLists.txt
llvm/lib/IRReader/CMakeLists.txt
llvm/lib/LTO/CMakeLists.txt
llvm/lib/LineEditor/CMakeLists.txt
llvm/lib/Linker/CMakeLists.txt
llvm/lib/MC/CMakeLists.txt
llvm/lib/MC/MCParser/CMakeLists.txt
llvm/lib/Object/CMakeLists.txt
llvm/lib/Option/CMakeLists.txt
llvm/lib/ProfileData/CMakeLists.txt
llvm/lib/Support/CMakeLists.txt
llvm/lib/TableGen/CMakeLists.txt
llvm/lib/Target/CMakeLists.txt
llvm/lib/Transforms/IPO/CMakeLists.txt
llvm/lib/Transforms/InstCombine/CMakeLists.txt
llvm/lib/Transforms/Instrumentation/CMakeLists.txt
llvm/lib/Transforms/ObjCARC/CMakeLists.txt
llvm/lib/Transforms/Scalar/CMakeLists.txt
llvm/lib/Transforms/Utils/CMakeLists.txt
llvm/lib/Transforms/Vectorize/CMakeLists.txt