Re: [CMake] From autotools to cmake for existing project

2011-01-16 Thread Clifford Yapp
(whoops, meant to CC the list) On Tue, Jan 11, 2011 at 7:40 AM, Carlos Lopez Gonzalez carloslopezgonza...@yahoo.es wrote: So the question is: which is the best strategy to allow synfig to use cmake? I know that it might be a very complex question but I want to know which are the major

[CMake] From autotools to cmake for existing project

2011-01-11 Thread Carlos Lopez Gonzalez
Hi! I'd like to use cmake on our project (Synfig - http://synfig.org) Currently it uses autotools and pkconfig to prepare the code to the build and install processes. It is a C++/gtkmm application. Currently it builds fine on linux, builds with lots of hacking on windows under cgwin and nobody

Re: [CMake] From autotools to cmake for existing project

2011-01-11 Thread Nizar Khalifa Sallem
At Tue, 11 Jan 2011 12:40:03 + (GMT), Carlos Lopez Gonzalez wrote: Hi! I'd like to use cmake on our project (Synfig - http://synfig.org) Currently it uses autotools and pkconfig to prepare the code to the build and install processes. It is a C++/gtkmm application. Currently it builds