[CMake] Include raw text in generated makefiles

Antoine Tollenaere atollena at gmail.com
Tue Jul 25 03:16:23 EDT 2006


Hi,

I'm currently trying to port a handwritten autotoolized+nmaked project
to cmake. My problem is that I was including a third party Makefile.vc
in one of my nmake files. This Makefile is provided by another company
and can change at any moment, so it would be better for me not to have
to port it to CMake, so that I don't have to work on it each time they
change something.

Is there a way to tell CMake to include a file in the generated Makefiles ?
Alternatively if I could just automatically add a line like "!include
<${PATH}\makefile.win>" it would be perfect. This part of the project
don't have to be ortable so it's not a problem if CMake does not
really handled what's outputted.

Please reply to my address as well, I'm not a ML subscriber.

Regards,
Antoine Tollenaere.

-- 
Jabber ID : atollena at fritalk.com
tel : +33 6 86 75 99 35


More information about the CMake mailing list