Hi Vincent,

I already have this config file in my build directory.
...
But, I still need to put this path in my configurations... that seems normal, isn't it ?

You only need to add that path to your project if you build out-of-source (good) *and* you don't install (build the INSTALL project explicitly in Visual Studio) (bad IMHO).

I personally prefer installing, that way I know everything is in its place. I don't like using the build directory for anything other than building.

Just make sure you set CMAKE_INSTALL_PREFIX to where you want it to install. It will create bin/, lib/, include/ directories in the path you specify there.

Hope this helps,

J-S
--
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to