[CMake] bash-script-like project

Andrea Crotti andrea.crotti.0 at gmail.com
Sun Oct 30 17:10:59 EDT 2011


I rephrase a bit the question which was probably too long :)
So suppose that I just need to do the following things (but in a 
portable way with CMake).

cd org-mode && make
cd tramp && autoreconf -fi && ./configure && make
cd doxymacs && autoreconf -fi && ./configure && make
...

where some of the commands are repeating... what could be a way
to do this with CMake?


More information about the CMake mailing list