[CMake] CMakeFileList gui

Miguel A. Figueroa-Villanueva miguelf at ieee.org
Sun Sep 23 12:15:01 EDT 2007


On 9/23/07, Christian Buhtz wrote:
> Is there a gui app do create a CMakeFileList.txt automaticly.
> Just give the source dir and everything is created automaticly.
>
> The CMake "code" is quite unergonomic.

Compared to what? Have you seen code for other alternative tools?

How much easier is it to create a hello world builder in other
alternative tools?

---
project(hello_world)

add_executable(hello_world hello_world.cxx)
---


--Miguel


More information about the CMake mailing list