2009/2/22 Hai Nguyen <chaotic...@gmail.com>:
> Hi,
>
> Is there a way I can control where these files end up? Or maybe, is there
> away I can control where the resulting .dll/.so file ends up apart from
> these files?

For .dll/.so you may set
(I don't know the behaviour of the .pdb, .ilk and the like)

CMAKE_RUNTIME_OUTPUT_DIRECTORY (CMake 2.6)
or
LIBRARY_OUTPUT_PATH (CMake 2.4)

Those variables applies project-wide but you
may set-up the corresponding target property (RUNTIME_OUTPUT_DIRECTORY)
using set_target_properties.

see the doc:
cmake --help-variable CMAKE_RUNTIME_OUTPUT_DIRECTORY
cmake --help-variable LIBRARY_OUTPUT_PATH
cmake --help-property RUNTIME_OUTPUT_DIRECTORY






-- 
Erk
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to