Tyler, Can you provide an example of how you use this. I would appreciate it.
I echoed these to the screen and they do not seem to be set. Should I expect them to be? PREFIX = IMPORT_PREFIX = CMAKE_HOST_SYSTEM = Windows-6.1 CMAKE_HOST_SYSTEM_NAME = Windows Thanks, Brian On Fri, Dec 4, 2009 at 10:31 AM, Tyler Roscoe <[email protected]> wrote: > On Fri, Dec 04, 2009 at 09:04:45AM -0600, Brian Davis wrote: > > What I would like to see is: > > > > PathToWherever/Debug/bin > > PathToWherever/Debug/lib > > PathToWherever/Debug/cfg > > ... > > > > PathToWherever/Release/bin > > PathToWherever/Release/lib > > PathToWherever/Release/cfg > > ... > > > > PathToWherever/Profile/bin > > PathToWherever/Profile/lib > > PathToWherever/Profile/cfg > > ... > > > > Is there a clean way to implement this. I cannot figure out a way to use > > the PREFIX hack to get the above result as the ../ needs to be at then > end > > of the path and would merge debug, release, and profile builds into same > > dir. > > I use the PREFIX hack (as well as the IMPORT_PREFIX hack for import > libraries) combined with CMAKE_CFG_INTDIR to do what you want. > > tyler > -- Brian J. Davis
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
