Hi Marjan, On Mon, Jun 23, 2008 at 3:04 PM, Marjan Sterk <[EMAIL PROTECTED]> wrote: > our company has written a Surfer 6 grid reader/writer. I'd like to > contribute the code (it's short as the format is simple) into OSG but don't > have time to deal with CMake etc. Can I just send the two files to someone > and let him/her include it into the source tree?
I'd recommend creating a Cmake project an testing it out in place. It doesn't take long to write - just copy and paste another plugins CMakeLists.txt and add the plugin entry into the CMakeLists.txt above it. Should take less than five minutes to do, and please do it, pushing out incomplete code is not good news and doesn't bode well for longer term maintenance of the code. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

