Re: [CMake] Multiple libraries, same name...

2010-02-02 Thread Ryan C. Gordon
See this property: http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:LIBRARY_OUTPUT_DIRECTORY Oh, wow, I totally missed that. Thanks, Bill, it worked like a charm. :) --ryan. ___ Powered by www.kitware.com Visit other Kitware open-sour

Re: [CMake] Multiple libraries, same name...

2010-02-02 Thread Bill Hoffman
Ryan C. Gordon wrote: I'm trying to add bindings for various scripting languages to my library PhysicsFS ( http://icculus.org/physfs/ ), and I'm having some trouble. Eventually I end up with something like this abbreviated example for the Perl bindings... # This is the actual main libr

Re: [CMake] Multiple libraries, same name...

2010-02-01 Thread Alan W. Irwin
On 2010-02-02 00:39-0500 Ryan C. Gordon wrote: I'm trying to add bindings for various scripting languages to my library PhysicsFS ( http://icculus.org/physfs/ ), and I'm having some trouble. Eventually I end up with something like this abbreviated example for the Perl bindings... # Thi

[CMake] Multiple libraries, same name...

2010-02-01 Thread Ryan C. Gordon
I'm trying to add bindings for various scripting languages to my library PhysicsFS ( http://icculus.org/physfs/ ), and I'm having some trouble. Eventually I end up with something like this abbreviated example for the Perl bindings... # This is the actual main library, not the binding.