I dump all my apps in the CMAKE_BUILD_DIR with:
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR})
On Mon, Nov 24, 2008 at 6:23 PM, Robert Dailey <rcdailey at gmail.com> wrote:
> Is there a way to change what directory object files and
> executables/libraries are placed in? Thanks.