Hi,
I'm new to the list and cmake - my name is Christoph.

I want to develop an application and make it as simple as possible to
use it, including the build process.

I know that CMake is a program to generate Makefiles, but is it also
possible in an easy way to start the build itself from the cmake-gui?
(I'm using windows 7). Othewise I need to open a console, change the
directory, type in the commad "mingw32-make ../src". But CMake knows
about the make-command, so why not use it from the gui?

After trying "add_custom_command" I figured out it works during the
build-process, not the cmake-generation. Also "try_compile" does not
seem to be what I'm looking for as it only compiles a single file ...

Please help
Christoph
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to