[Cmake] Specifying build trees -- partial answer

Brad King brad . king at kitware . com
Mon, 4 Aug 2003 18:28:34 -0400 (EDT)


> good reason of this, but it seems to make it awkward if not impossible
> to make two workspaces that both deposit their .exe files in the same
> "bin" directory, at least when using this technique.

You can set EXECUTABLE_OUTPUT_PATH in both project's build trees to point
to the same place.

-Brad