[clang-tools-extra] [clang-doc][cmake] Copy assets to build directory (PR #95187)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 13 06:55:01 PDT 2024
================
@@ -25,3 +25,11 @@ install(FILES ../assets/clang-doc-default-stylesheet.css
install(FILES ../assets/index.js
DESTINATION "${CMAKE_INSTALL_DATADIR}/clang"
COMPONENT clang-doc)
+
+add_custom_target(copy-clang-doc-assets
----------------
ilovepi wrote:
OK, I’ll take a pass at adapting one of those for use here. If I think I can generalize it, I’ll make another PR to add it as a utility in the llvm cmake module.
https://github.com/llvm/llvm-project/pull/95187
More information about the cfe-commits
mailing list