Hi Torben, On Mon, Feb 22, 2010 at 10:50 AM, Torben Dannhauer <[email protected]> wrote: > Has OSG any agreement about the directory/cmake structure?
I'm not sure the OSG itself would be a good template as it's cmake support is way more complicated that most app or libraries will ever need. The complication comes down to trying to make it easier to manage a single project that contains hundreds components that are compiled separately but in a dependent way. At the end of last year I put together a simple project containers for various application tests and demos. I now use this container for doing lots of quick through away tests as I can copy and paste a CmakeLists very quickly. I haven't made a formal release of it, and it's not been tested other than my own little bits, but might serve as a bit of inspiration. You can grab it from svn using: snv co http://www.openscenegraph.osg/svn/osg/OpenSceneGraph-Demos/trunk OpenSceneGraph-Demos > To prepare publication of my project, I'd like to know if I had to follow > some rules in my cmake structure. Good luck with the project ;-) Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

