Re: [osg-users] CMake Structure for new projects

2010-04-01 Thread Torben Dannhauer
Hi, I've migrated my Project to CMAKE, it works great. For other CMAKE beginners: http://www-flc.desy.de/ldcoptimization/documents/talks/CMake_Tutorial.pdf Generating vcproj file, if using MSVC to preset debugging parameter:

Re: [osg-users] CMake Structure for new projects

2010-02-23 Thread Philip Lowman
On Mon, Feb 22, 2010 at 7:37 AM, J.P. Delport jpdelp...@csir.co.za wrote: Hi Robert, in our project we have minimum required 2.6.3. I've quickly checked the cmake 2.6.4 source and the FindOpenSceneGraph.cmake module is there at least. Philip Lowman will be able to give more detail I think.

[osg-users] CMake Structure for new projects

2010-02-22 Thread Torben Dannhauer
Hi, Has OSG any agreement about the directory/cmake structure? To prepare publication of my project, I'd like to know if I had to follow some rules in my cmake structure. Thank you! Cheers, Torben -- Read this topic online here:

Re: [osg-users] CMake Structure for new projects

2010-02-22 Thread Robert Osfield
Hi Torben, On Mon, Feb 22, 2010 at 10:50 AM, Torben Dannhauer z...@saguaro-fight-club.de 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

Re: [osg-users] CMake Structure for new projects

2010-02-22 Thread Torben Dannhauer
Hi Robert, great, I'll dive into it! Thank you! Cheers, Torben -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=24589#24589 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] CMake Structure for new projects

2010-02-22 Thread J.P. Delport
Hi, if you just want to use OSG in your project you can also look at the new support for finding OSG in CMake. We e.g. use something like this: SET(OpenSceneGraph_MARK_AS_ADVANCED ON) FIND_PACKAGE(OpenSceneGraph 2.9.6 REQUIRED osgViewer osgUtil osgTerrain osgGA osgFX osgDB osgText osgSim

Re: [osg-users] CMake Structure for new projects

2010-02-22 Thread Robert Osfield
Hi J.P, Which version of CMake has this support? Robert. On Mon, Feb 22, 2010 at 12:08 PM, J.P. Delport jpdelp...@csir.co.za wrote: Hi, if you just want to use OSG in your project you can also look at the new support for finding OSG in CMake. We e.g. use something like this:

Re: [osg-users] CMake Structure for new projects

2010-02-22 Thread J.P. Delport
Hi Robert, in our project we have minimum required 2.6.3. I've quickly checked the cmake 2.6.4 source and the FindOpenSceneGraph.cmake module is there at least. Philip Lowman will be able to give more detail I think. jp Robert Osfield wrote: Hi J.P, Which version of CMake has this

Re: [osg-users] CMake Structure for new projects

2010-02-22 Thread J.P. Delport
Hi, from http://www.cmake.org/files/v2.6/CMakeChangeLog-2.6.4 Changes in CMake 2.6.3 RC 11 - add FindOpenSceneGraph.cmake jp J.P. Delport wrote: Hi Robert, in our project we have minimum required 2.6.3. I've quickly checked the cmake 2.6.4 source and the FindOpenSceneGraph.cmake module is