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
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
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
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.