[CMake] Finding cairo_gl libraries with cmake

2012-12-26 Thread Carlos Lopez Gonzalez
Hi, I'm asking for help on how to find cairo_gl libraries with cmake at the cairo mailing lists. Maybe someone can help with finding libraries that are installed in custom folder linke it is my case. Thanks! -- Forwarded message -- From: Carlos López González

[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] CMake Digest, Vol 74, Issue 62

2010-06-19 Thread Carlos Lopez Gonzalez
On Fri, 18 Jun 2010 10:40:46 +0200 Michael Hertling wrote: On 06/17/2010 11:29 AM, Carlos Lopez Gonzalez wrote: Hi, I'm new to cmake and want to port a C++ project which is now built using autotools to cmake build system. The project has some libraries (we call them modules) which are used

Re: [CMake] Cmake and Libltdl

2010-06-19 Thread Carlos Lopez Gonzalez
On Fri, 18 Jun 2010 11:23:48 +0200 Andreas Mohr wrote: On Thu, Jun 17, 2010 at 10:25:10AM -0400, cmake-requ...@cmake.org wrote: Hi, I'm new to cmake and want to port a C++ project which is now built using autotools to cmake build system. The project has some libraries (we call them

[CMake] Cmake and Libltdl

2010-06-17 Thread Carlos Lopez Gonzalez
Hi, I'm new to cmake and want to port a C++ project which is now built using autotools to cmake build system. The project has some libraries (we call them modules) which are used in two applications. The applications uses lt_dladdsearchdir to add the path where to search the modules and then