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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to