[CMake] Put headers relative to clang
authorChris Bieneman <beanz@apple.com>
Fri, 16 Dec 2016 17:30:51 +0000 (17:30 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 16 Dec 2016 17:30:51 +0000 (17:30 +0000)
commit6c293673303a1bdc8f3c86f544ff6936fbaa28b8
tree863aeb27f97555ef71436591d6b75c6827d9752c
parentef5775542741c823c12dbaeb637032478a4b7bfe
[CMake] Put headers relative to clang

When libcxx isn't building with an installed LLVM we copy the libcxx headers into the LLVM build directory so that a clang in that build tree can find the headers relative to itself.

This is only important in situations where you don't have headers installed under /, which is common these days on Darwin.

llvm-svn: 289963
libcxx/include/CMakeLists.txt