[CMake] unix header files

2008-06-18 Thread Ingrid Kemgoum
hi, i've seen in my project and on the net that unix makefiles skips header files. how is it possible to put them on dependancies? In my header i have some variable initialized so i want the source files to be recompile if the header is modified. thanks for help. Ingrid __

Re: [CMake] unix header files

2008-06-18 Thread dizzy
On Wednesday 18 June 2008 15:00:18 Ingrid Kemgoum wrote: > hi, > i've seen in my project and on the net that unix makefiles skips header > files. What do you mean? > how is it possible to put them on dependancies? > In my header i have some variable initialized so i want the source files to > be