My application links an object file in. This objectfile is not a c++ - code file but some other file that needs to be linked in. The problem I have now is that each time I change this file I need to run the linker from a shell script manually and only then I can issue a make command. Is there a way to automate that? In other words can cmake do an execute_process before attempting to compile my application if I issue a make?
Regards, Darius _______________________________________________ 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
