Hello CMake-developers!

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.

The patch is currently being reviewed here:
https://reviews.llvm.org/D28791 <https://reviews.llvm.org/D28791>

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.

Thank you!
-Chris
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to