chelcassanova wrote: > My understanding was the -o ${output_header} here should place it in the > framework when ${output_header} is the right directory.
So did I, but when I actually tried a build with the framework enabled the headers weren't there. Looking at this again copying the files *might* be overkill as the original calculation for the output filepath is wrong. Originally I had put `set(output_header $<TARGET_FILE_DIR:liblldb>/Headers/${input_header})` where `${input_header} is the complete path instead of just the basename. It might feasible to just use the basename to get the output header without copying everything from `FrameworkHeaders` into the framework itself. https://github.com/llvm/llvm-project/pull/146425 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits