Hi! Problem: I need to have a linker command file among the list of object files in a fixed order.
Setup: Cmake 2.8.5 custom non-gnu texas instruments cl6x toolchain Ideas: I figured that the object files list which one specifies as <objects> in CMAKE_C_LINK_EXECUTABLE are sorted in the way they are fed to "add_executable". So maybe one could treat a linker.cmd file as some fake object file? Thank you, Florian _______________________________________________ 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
