commit | 69b18f4703815db33a21509f2f38e3e151b80607 | [log] [tgz] |
---|---|---|
author | Pete Cooper <peter_cooper@apple.com> | Thu Jan 07 00:14:09 2016 +0000 |
committer | Pete Cooper <peter_cooper@apple.com> | Thu Jan 07 00:14:09 2016 +0000 |
tree | 24e7603fd14638b796c079f26dc338fbd536e821 | |
parent | f154b678c69110c054b9bf89ad9224bf7f157707 [diff] |
Set CMake ADDITIONAL_HEADER_DIRS on libraries with headers in /include. NFC. In a UI such as XCode, it can group the headers for a library with that library. This is done in the CMakeLists.txt for the library itself by setting the path(s) as ADDITIONAL_HEADER_DIRS. LLVM already does this for all of its libraries, so just adding this to lld to make things easier. Should be NFC. llvm-svn: 257002