[CMake] How to configure build output directory

Alexander Neundorf a.neundorf-work at gmx.net
Wed Jan 28 16:27:54 EST 2009


On Wednesday 28 January 2009, Tron Thomas wrote:
> I want to use CMake to configure a project that will build several
> applications.  I would like things such that each built program ends up
> in a directory path like:
> .../BuildDirectory/Debug/ApplicationName/AppliationName(.exe)
>
>
> What is needed to cause CMake to configure this kind of build output?

You could set EXECUTABLE_OUTPUT_PATH. Is that good enough ?

Alex


More information about the CMake mailing list