(This is half-off-topic)

Hi all CMake experts,

I would like to know how OSG's CMake script generates all binaries in one 
directory. I mean "osgXX-osg.dll" (release) and "osgXX-osgd.dll" (debug) are 
both generated in /bin, but if I write something like
    SET (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin)
    (same for CMAKE_*_OUTPUT_DIRECTORY)
in another project, then I got my binaries in /bin/Debug and /bin/Release.
Any idea?

Sukender
PVLE - Lightweight cross-platform game engine - http://pvle.sourceforge.net/
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to