[CMake] Creation of Executable JAR

2009-02-20 Thread Nick Ogden
iated. Kind Regards -- Nick Ogden Email: n...@nickogden.net PGP: 2598FFE4 Web: www.nickogden.net signature.asc Description: This is a digitally signed message part. ___ Powered by www.kitware.com Visit other Kitware open-source projects at ht

Re: [CMake] CMake Library Issues

2009-02-04 Thread Nick Ogden
t; > Please post that to the list. > > _ > 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 w

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

2009-02-04 Thread Nick Ogden
or this is a C++ error > > your source file is lacking the main() function thus > > the compiler cannot produce an executable. > > > > I bet that if you search for " undefined reference to `main' " on the Web > > you'll find the answer to such question

Re: [CMake] CMake Library Issues

2009-02-04 Thread Nick Ogden
ould anyone tell 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 be

[CMake] CMake Library Issues

2009-02-03 Thread Nick Ogden
time.c varray.c) include_directories(${SERVER_SOURCE_DIR}/libmba) add_library(mba STATIC ${mba_SRC}) -- Any help would be greatly appreciated. Kin