<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello CMake-developers!<div class=""><br class=""></div><div class="">In one of the LLVM sub-projects we have a problem where we need to install object files, which doesn't seem like a particularly easy task. I'm curious if anyone has any advice on how to approach this problem.</div><div class=""><br class=""></div><div class="">The patch is currently being reviewed here:</div><div class=""><a href="https://reviews.llvm.org/D28791" class="">https://reviews.llvm.org/D28791</a></div><div class=""><br class=""></div><div class="">Since the object files have fairly simple compile commands our current approach is to compile the files in custom commands, then use install(FILES...). This is workable, but I'm wondering if there is a better way. They do need to be object files, static archives would not work because these specially named files are handled by linkers and other tools that we don't control.</div><div class=""><br class=""></div><div class="">Thank you!</div><div class="">-Chris</div></body></html>