Just build INSTALL project - it will install dlls & exes into install folder
(set as CMAKE_INSTALL_PREFIX in Cmake config). By default CMAKE_INSTALL_PREFIX
is set to drive:\Program Files, but one can change it to current directory
(./). Current directory points to solution location i.e. OpenSceneGraph
directory and in this case INSTALL simply copies all binaries into
OpenSceneGraph/bin.
Cheers,
Wojtek
----- Original Message -----
From: [EMAIL PROTECTED]
To: [email protected]
Sent: Monday, May 14, 2007 4:56 PM
Subject: [osg-users] CMake - VS80 - Project Output file placement
Using CMake to setup the VS8.0 projects builds the .dll's to the /lib
directory rather than the /bin directory. Is this done intensionally?
I would prefer to have to generate the dll's to the /bin directory for ease
of use (e.g. PATH).
Can anyone give me a hint where to change this with CMake?
Thanks,
Filip
------------------------------------------------------------------------------
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/