[CMake][libcxx] Use target_include_directories for libc++ headers
authorPetr Hosek <phosek@google.com>
Mon, 28 Mar 2022 21:12:23 +0000 (14:12 -0700)
committerPetr Hosek <phosek@google.com>
Fri, 6 May 2022 21:06:25 +0000 (14:06 -0700)
commit203455c85ad03325ce2d77f067f6ac953f2a32ce
tree9c3bf2ca0137b57d6ec5ad3c96054a4276f8d06d
parent981523b2e4675d4be496a333583b2f728c057d02
[CMake][libcxx] Use target_include_directories for libc++ headers

This is the idiomatic way to handle include directories in CMake.

Differential Revision: https://reviews.llvm.org/D122614
libcxx/include/CMakeLists.txt
runtimes/CMakeLists.txt