[all-commits] [llvm/llvm-project] 203455: [CMake][libcxx] Use target_include_directories for...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Fri May 6 14:06:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 203455c85ad03325ce2d77f067f6ac953f2a32ce
https://github.com/llvm/llvm-project/commit/203455c85ad03325ce2d77f067f6ac953f2a32ce
Author: Petr Hosek <phosek at google.com>
Date: 2022-05-06 (Fri, 06 May 2022)
Changed paths:
M libcxx/include/CMakeLists.txt
M runtimes/CMakeLists.txt
Log Message:
-----------
[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
More information about the All-commits
mailing list