SMesserschmidt wrote: > Hi Robert, > > With the use of CMake the source and solutions are always separated. > So there is no need for the VS-ignore stuff. > > Cheers > Sebastian >
Hi Sebastian, ALWAYS is a strong wording. There is nothing in CMake to prevent you from doing an in-source build. The choice of doing in-source or out-of-source build is completely up to you. I usually build OSG in-source because I prefer to have the auto generated header files in the same folder as the rest of the osg headers. (If you do an out-of-source build your auto generated header files will end up in the build directory.) Regards Björn ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=66138#66138 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

