Hi Philip,

FYI: the above code is not right. I misunderstood the way CMake 2.6.0 works with respect to plugins (aka MODULE libraries). The proper way to ensure that plugins get dumped into a "lib" folder for Linux and the DLLs get dumped into a "bin" folder for Windows (within the build tree) is to manipulate CMAKE_LIBRARY_OUTPUT_DIRECTORY as follows:

Wow, talk about resurrecting old threads :-)

Just so I know, do you intend to integrate the CMake code you posted into the scripts?

Apart from the .lib extension issue we've been discussing for the past 3 days, the current CMake files work fine (both on Windows and Linux, and probably others too since there hasn't been any major cry for help since OSG 2.4 was released), so I'm not sure what problem you're trying to fix. Perhaps you could jog my memory? Perhaps we were not talking about the same thing before...

In any case, if you make changes, I'll be glad to test. Thanks,

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