Hey Abhinav did you tried my early suggestion?

put ---->../<---- in front of your name or prefix property as I' ve already suggested. the ---->../<---- hack is also used in osg CMake files, look at OsgMacroUtils.cmake, in particular line 263

Luigi

Abhinav Dubey ha scritto:
Skylark wrote:
Hello Abhinav,


but i want to directly get these files in bin instead of copying them. can yoyu 
uggest the code for it!!

You don't need to change anything in CMake to get binaries in bin, just set CMAKE_INSTALL_PREFIX = (your OSG directory) and build the INSTALL project in the VS solution. That will put the binaries and DLLs in CMAKE_INSTALL_PREFIX\bin, libs in CMAKE_INSTALL_PREFIX\lib, and examples in CMAKE_INSTALL_PREFIX\share\OpenSceneGraph\bin

We might have make some modifications to get the pdb files to follow though, currently they don't (they stay in the build subdirectories).

J-S
--
______________________________________________________
Jean-Sebastien Guay http://www.cm-labs.com/
http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list

http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

 ------------------
Post generated by Mail2Forum

hey dear
it works but the only problem is that it creates a subfolder DEBUG under BIN 
which i dont want ..i want the files to directly come under BIN. Any solution 
for this???

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=10770#10770





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org



_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to