Hi, I am converting some makefiles for a large application. One of the makefiles adds the following to CFLAGS:

-DSVN_REVISION="\"`svn info|grep Revision| awk '{print $2}'`\""

(it runs some shell commands which will output the current subversion revision)

I tried searching for a way for cmake to run the above command but I found nothing. Is there a way to accomplish this?
--


//*David Sveningsson [eXt]*

Freelance coder | Game Development Student
http://sidvind.com

Thou shalt make thy program's purpose and structure clear to thy fellow man by using the One True Brace Style, even if thou likest it not, for thy creativity is better used in solving problems than in creating beautiful new impediments to understanding.
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to