[Cmake] How do I force touching of an include file before build

Staffan Falk (MÖ/EAB) staffan . falk at ericsson . com
Wed, 1 Oct 2003 10:39:03 +0200


Hi!
Is there a simple way to force an include file to be touched before building a target? What I really try to do is to automatically force update of the __TIMESTAMP__ variable, so that I can display the build date in by program.
 
// Staffan Falk