Re: [CMake] Batch converting several files

2008-03-16 Thread Martin Fischer
Alex, sorry for the late reply. I'm receiving this list in digest mode. It looks tlike the system had a hicup as I didn't receive any messages for a few days. On 14.03.2008 16:02 Alexander Neundorf wrote: On Tuesday 11 March 2008, Martin Fischer wrote: Hi, for a project I'm working on

Re: [CMake] Batch converting several files

2008-03-16 Thread Martin Fischer
On 11.03.2008 21:24 Andy Lego wrote: Hi Andy, so I tried the following SET( SOURCEFILES file1 file2 file3 ) FOREACH( FILE ${SOURCEFILES}) SET( EXECUTE ${EXECUTE} ${tool_EXE} ${CMAKE_CURRENT_SOURCE_DIR}/${FILE}.in

Re: [CMake] Batch converting several files

2008-03-16 Thread Andy Lego
Hi Martin, When you add things to the custom target they will be executed in one step. What you want are custom commands. Look at the manual for add_custom_command. Andy On Sun, Mar 16, 2008 at 8:31 AM, Martin Fischer [EMAIL PROTECTED] wrote: On 11.03.2008 21:24 Andy Lego wrote: Hi Andy,

Re: [CMake] per target flags

2008-03-16 Thread Pau Garcia i Quiles
Quoting Egon Kocjan [EMAIL PROTECTED]: Are/will-be there per target commands for adding include directories and preproc. defines? SET_DIRECTORY_PROPERTIES SET_SOURCE_FILES_PROPERTIES SET_TARGET_PROPERTIES You may also want to take a look at this page:

[CMake] CPack OSX Bundles

2008-03-16 Thread Timothy M. Shead
Folks: I'm generating OSX bundles for a couple of projects with GTK and one with Qt dependencies. Currently I handle everything with CMake, custom targets, and some custom shell scripts, but I'd like to get CPack to do the work. The OSXX11 generator is *almost* perfect, but I need some