If I have a compiler that can generate object files for later linkage, is the best way to add support for this in CMake to use the Assembler feature?
http://www.cmake.org/Wiki/CMake/Assembler Or is it better to simply create custom commands to build the object files, set the EXTERNAL_OBJECT and GENERATED flags to true and add it to the source list for the executable or library? Thanks, James
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
