[Cmake] *.inl as files in projects

Andy Cedilnik andy.cedilnik at kitware.com
Fri Jun 25 16:41:29 EDT 2004


Hi Klaas,

Not in CMake 2.0 or older.

I suspect we could add a way to register random files that you could add
as sources and would be ignored, but I guess makefile generator would
have to be aware of this.

Sorry.

		Andy

On Fri, 2004-06-25 at 16:18, klaas.holwerda wrote:
> We are using file like  "smrtptr.inl" to initialize templates, these 
> files are nicely added to the VC projects.
> ( in the same way header files are added to a target )
> But on Linux i get an error:
> 
> CMake Error: Unexpected file type /path to/smrtptr.inl
> 
> Is there a way to allow those file also on Linux?
> 
> Else i need to make switches, which i prefer not.




More information about the Cmake mailing list