[Cmake] *.inl as files in projects

Andy Cedilnik andy.cedilnik at kitware.com
Sun Jun 27 15:12:49 EDT 2004


Hi Klaas,

It is not yet implemented.

On Sat, 2004-06-26 at 04:39, klaas.holwerda wrote:
> Do you mean the lattest 2.02 would work? Or do you mean until now not, 
> which i think is the case.

> Right that is i think the best, they are only of interest to IDE like 
> project files..
> But i don't understand why there is a difference between Cmake
> on MSW and Linux when it comes to this file extension *.inl.
> How come this only works for MSW/VC?

The reason is that MSW/VC generator sends all files (source, object,
header, whatever) to the visual studio to decide what to do with them.
In Makefile ones we (CMake) need to decide what to do with them.

So, we cannot just silently ignore what we do not know how to handle.


		Andy



More information about the Cmake mailing list