[CMake] Creation of Executable JAR

2009-02-20 Thread Nick Ogden
Hi, Does anyone know of a way to specify additional attributes to be added to a Java JAR file manifest? I'm trying to generate an executable JAR file but I don't know how to tell CMake to add the Main-Class: classname line to the manifest. Any help would be appreciated. Kind Regards -- Nick

Re: [CMake] CMake Library Issues

2009-02-04 Thread Nick Ogden
me what the requirements are for static vs dynamic compilation? On Wednesday 04 February 2009 01:34:56 Matthew Woehlke wrote: Nick Ogden wrote: Hi there, I see you found the right list ;-). (And I will admit I was lazy and didn't read it before on kde-devel, which is why I'm just now

Re: [CMake] Fwd: Fwd: Is it necessary to link a executable file?

2009-02-04 Thread Nick Ogden
' on the Web you'll find the answer to such question. -- Erk But if i replace ADD_EXECUTABLE by ADD_LIBRARY there is no error and a library get successfully built. AJ -- Nick Ogden Email: n...@nickogden.net PGP: 2598FFE4 Web: www.nickogden.net signature.asc Description

Re: [CMake] CMake Library Issues

2009-02-04 Thread Nick Ogden
. _ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.net Principal Software Engineer Dayton, Ohio On Feb 4, 2009, at 5:07 AM, Nick Ogden wrote: Thanks for your help. It seems that the library cannot be compiled

[CMake] CMake Library Issues

2009-02-03 Thread Nick Ogden
) include_directories(${SERVER_SOURCE_DIR}/libmba) add_library(mba STATIC ${mba_SRC}) -- Any help would be greatly appreciated. Kind Regards -- Nick Ogden Email: n...@nickogden.net PGP