[libcxx-commits] [PATCH] D144994: [Draft][libc++][modules] Adds std module.
Thorsten via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 2 11:36:31 PST 2023
tschuett added a comment.
Really stupid question^{TM}: if you would put the cppm files into the include directory and provide cmake files to integrate into out-of-tree projects.
> ninja install-cmake-exports install-mlir-cmake-exports
LLVM installs theses cmake files so that other cmake projects can include them in their project. User could integrate files into their cmake project and have a target to build the pcm files.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144994/new/
https://reviews.llvm.org/D144994
More information about the libcxx-commits
mailing list