[CMake] Two CMake questions:

Pascal Fleury fleury at users.sourceforge.net
Mon Apr 16 19:46:22 EDT 2007


On Sunday 15 April 2007 18:27:07 dfeustel at mindspring.com wrote:

> 2) Is there any software for automagically creating a CMakeLists.txt file
> from a configure file?

the KDE team has crafted a script to do this conversion. It will result in a 
*starting point*, that most probably will be working. I have used it, and at 
least it gives a working example from your own code to start from. Most code 
will compile fine, but things related to 'make dist' and other special things 
you may have developed for your project will simply be ignored.

This script is here:
http://wiki.kde.org/tiki-index.php?page=KDE+CMake+Intro#_How_do_I_convert_my_own_autotools_based_KDE_software_to_cmake_

--paf


More information about the CMake mailing list