[CMake] Linking with a Shell Script

2010-10-22 Thread Bob Torgerson
To Whom It May Concern: We have a shell script available on our system that is used in the common linking stage of making a set of executables that we would like to use for in CMake. We are not entirely certain how this can be done outside of possibly passing a set of command line options to a cus

[CMake] Adding Additional Changes to Cmake's clean target

2010-07-30 Thread Bob Torgerson
Greetings, I have recently been tasked with converting our old GNU makefiles to CMake for a medium-sized project involving both C and Fortran external components. CMake has made a big difference and helped make this process much more straightforward for each of the researchers who are using differ