On 5/22/07, Luigi Calori <[EMAIL PROTECTED]> wrote:

I' m not really expert in CMake but  looking at docs
http://www.cmake.org/HTML/Documentation.html
it seems that since 2.4.4 there is a target property called
<CONFIG>_LOCATION that can be retrieved with GET_TARGET_PROPERTY.
This property is reported to be Read Only so you can just GET it but not
SET it.
There is another property called <CONFIG>_OUTPUT_NAME but it seem ale to
just set the real name , not the path. (I never tried to set up a path
name for it)
So I think if you really want the proposed layout at build time we have
to set up a post_build step to move things where you want.
Anyway the install step is currently setting up all  dll (even plugins)
to stay in the same <install_prefix>\bin folder.


You're right, I think I will give up trying to copy the dll from the lib
directory and facilitate my life by processing the install step. :)

If you are interest I' m trying to add to the build process a step that
configure some .bat files to capture the folder used at build time to
allow setting env vars to be able to run applications and commands
from build layout.

Hope it helps


Hum it could be very interesting to have this option.

--
Serge Lages
http://www.magrathea-engine.org
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to