[all-commits] [llvm/llvm-project] 186a13: [CMake][libcxx] Use target_include_directories for...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Sun Jun 12 15:18:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 186a13f647acac623898bcffa4b966624d2358ba
https://github.com/llvm/llvm-project/commit/186a13f647acac623898bcffa4b966624d2358ba
Author: Petr Hosek <phosek at google.com>
Date: 2022-06-12 (Sun, 12 Jun 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