[CMake] Is "full language support" possible?

2010-04-25 Thread Magnus Therning
What is needed to make it possible to write project( camlzip MyLanguage ) and then have all the standard macros, add_libary() etc, do the correct thing for MyLanguage? /M -- Magnus Therning(OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.or

Re: [CMake] Is "full language support" possible?

2010-04-26 Thread Michael Hertling
On 04/26/2010 08:00 AM, Magnus Therning wrote: > What is needed to make it possible to write > > project( camlzip MyLanguage ) > > and then have all the standard macros, add_libary() etc, do the correct thing > for MyLanguage? Have a look at .

Re: [CMake] Is "full language support" possible?

2010-04-26 Thread Alan W. Irwin
On 2010-04-26 13:33+0200 Michael Hertling wrote: On 04/26/2010 08:00 AM, Magnus Therning wrote: What is needed to make it possible to write project( camlzip MyLanguage ) and then have all the standard macros, add_libary() etc, do the correct thing for MyLanguage? Have a look at