[CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 20 Jan 2014 10:20:23 +0000 (10:20 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 20 Jan 2014 10:20:23 +0000 (10:20 +0000)
commitb924b8b56c8a2053a0b79682b2bddba9bd04f00f
tree61a58de1b0271db165ec7e91451270d6fda04fa9
parent3767c7446edea95277509477a9bb3048ef2e0b95
[CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.

ADDITIONAL_HEADERS is intended to add header files for IDEs as hint.

For example:
  add_llvm_library(LLVMSupport
    Host.cpp
    ADDITIONAL_HEADERS
      Unix/Host.inc
      Windows/Host.inc
    )

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199639 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/LLVMProcessSources.cmake
lib/Support/CMakeLists.txt