Re: [CMake] cmake my_BouncyBall

2010-11-10 Thread luxInteg
On Tuesday 09 November 2010 17:35:08 Michael Hertling wrote: On 11/07/2010 03:37 PM, luxInteg wrote: On Sunday 07 November 2010 11:34:47 Richard Wackerbarth wrote: First let me suggest that you word your request in a more complete manner. What does not work? cant get an executable

Re: [CMake] cmake my_BouncyBall

2010-11-09 Thread Michael Hertling
On 11/07/2010 03:37 PM, luxInteg wrote: On Sunday 07 November 2010 11:34:47 Richard Wackerbarth wrote: First let me suggest that you word your request in a more complete manner. What does not work? cant get an executable generated because the 'COMMAND' syntax is incorrect so could you

[CMake] cmake my_BouncyBall

2010-11-07 Thread luxInteg
Greetings, I am learning cmake. and I have taken the following from an old Makefile:- INC = ../include/BouncyBall.h BouncyBall: BouncyBall.c library $(INC) ${CC} ${CFLAGS} -o BouncyBall BouncyBall.c ../lib/libOLD.a ./BouncyBall my_BouncyBall.out - diff BouncyBall.out

Re: [CMake] cmake my_BouncyBall

2010-11-07 Thread Richard Wackerbarth
First let me suggest that you word your request in a more complete manner. What does not work? What were you expecting and what did you get? It is difficult, if not impossible, for us to guess. I suspect that the problem is related to the (specifying the output file in Unix). Are you on a Un*x

Re: [CMake] cmake my_BouncyBall

2010-11-07 Thread luxInteg
On Sunday 07 November 2010 11:34:47 Richard Wackerbarth wrote: First let me suggest that you word your request in a more complete manner. What does not work? cant get an executable generated because the 'COMMAND' syntax is incorrect so could you suggest the correct syntax please? What were