Emmanuel Blot wrote: > This seems so convoluted that I guess I'm missing the proper way to > properly add an intermediate step between the compilation and link > stages, but I keep failing to find any useful advice from Google and > the mailing list.
It's probably not possible cleanly. Generator expressions can give you the list of object files in the makefile generators, but limitations in how the IDE generators work make it hard to implement. http://www.cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5de63265 http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/9705/focus=9722 I added a bug report to track this missing feature: http://public.kitware.com/Bug/view.php?id=15226 However, this is all just for information. I don't know that you'd be able to manipulate the files between compilation and linking without messing up the dependency logic. Thanks, Steve. -- 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
