[libcxx-commits] [PATCH] D65831: libc++: add `-include` or `/FI` to the interface compile definitions
Saleem Abdulrasool via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 7 13:29:07 PDT 2019
compnerd added a comment.
Hmm, yes, it is for use from the build tree. I don't see how `INTERFACE_INCLUDE_DIRECTORIES` can do a `-include` though. It has to be `INTERFACE_COMPILE_OPTIONS` or `INTERFACE_COMPILE_DEFINITIONS`.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65831/new/
https://reviews.llvm.org/D65831
More information about the libcxx-commits
mailing list