[CMake] How to configure build output directory

Philip Lowman philip at yhbt.com
Fri Jan 30 01:47:20 EST 2009


On Thu, Jan 29, 2009 at 9:47 PM, Tron Thomas <tron.thomas at verizon.net>wrote:

> The point about the PATH needed for DLL's under this directory structure is
> something I forgot to take into account when I was contemplating how to
> organize things.  It would not work out well with what I had in mind.  Given
> that, I think I will have to consider a different strategy.


Most people just set CMAKE_RUNTIME_OUTPUT_PATH once (usually to "bin") and
INSTALL() targets to a runtime output path (also usually "bin") and call it
a day.  Let us know what you come up with though. =)

-- 
Philip Lowman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090130/c9867f11/attachment.htm>


More information about the CMake mailing list