On Thu, Aug 21, 2008 at 5:54 PM, Jean-Sébastien Guay < [EMAIL PROTECTED]> wrote:
> Hi Matthias, > > I'm proposing this optional setting for MSVC users: >> >> I like to have the examples in the solution explorer but don't like to >> wait for them to build on every svn update. I seldom build the >> examples but use them for reference. With the content of this >> submission one can build single examples individually. >> > > That's a good idea. I suppose this just doesn't include the examples in the > ALL_BUILD target, even if they're in the solution? > > Could you then add another target called BUILD_EXAMPLES? :-) The default > build (when pressing F7) would build the libs but not the examples, and like > the INSTALL target, there could be another optional target that would build > all the examples, but which would be optional as well... I think this can be done with the add_custom_target() and add_dependencies() commands if someone wants to look into it. -- Philip Lowman
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
