diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-01-20 10:20:23 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-01-20 10:20:23 +0000 |
| commit | 6acf320a99c982213809ac195a7de13267de16a0 (patch) | |
| tree | b15c6b6624ef3f85a9214d34362a91574a875819 /llvm/lib/Support | |
| parent | 10e76a4edaac716960fdbde660f35bd3e2c7f69f (diff) | |
| download | bcm5719-llvm-6acf320a99c982213809ac195a7de13267de16a0.tar.gz bcm5719-llvm-6acf320a99c982213809ac195a7de13267de16a0.zip | |
[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
)
llvm-svn: 199639
Diffstat (limited to 'llvm/lib/Support')
| -rw-r--r-- | llvm/lib/Support/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index dcc4b524919..a6ebb12e51a 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -89,6 +89,8 @@ add_llvm_library(LLVMSupport TimeValue.cpp Valgrind.cpp Watchdog.cpp + + ADDITIONAL_HEADERS Unix/Host.inc Unix/Memory.inc Unix/Mutex.inc |

