[CMake] Using cmake to build & link to autotools based project

Michael Hertling mhertling at online.de
Tue Mar 13 06:12:41 EDT 2012


On 03/13/2012 10:10 AM, Kurien Mathew wrote:
> Hello,
> 
> I have a solution (collection of projects) that is built using cmake. In this solution some projects depend on 3rd party projects that use gnu autotools. I would like to build and link to these autotools based projects from the cmake build.
> 
> Where can I find additional information on this topic?
> 
> Thanks
> Kurien

http://www.cmake.org/cmake/help/cmake-2-8-docs.html#module:ExternalProject

http://www.kitware.com/products/html/BuildingExternalProjectsWithCMake2.8.html

Regards,

Michael


More information about the CMake mailing list