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 _______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake