Re: [CMake] lib/exe output within various levels of the binary directory

2007-07-11 Thread Bill Hoffman
Alexander Neundorf wrote: On Tuesday 10 July 2007 15:17, Jon W wrote: I am trying to get the following directory configuration for lib/exe output within visual studio: bin/Debug/aa.dll bin/Release/aa.dll bin/Release/models/bb.dll bin/Release/models/bb.dll The bin/Debug and bin/Relea

Re: [CMake] lib/exe output within various levels of the binary directory

2007-07-11 Thread Alexander Neundorf
On Tuesday 10 July 2007 15:17, Jon W wrote: > I am trying to get the following directory configuration for lib/exe > output within visual studio: > > bin/Debug/aa.dll > bin/Release/aa.dll > bin/Release/models/bb.dll > bin/Release/models/bb.dll > > The bin/Debug and bin/Release directories a

[CMake] lib/exe output within various levels of the binary directory

2007-07-10 Thread Jon W
I am trying to get the following directory configuration for lib/exe output within visual studio: bin/Debug/aa.dll bin/Release/aa.dll bin/Release/models/bb.dll bin/Release/models/bb.dll The bin/Debug and bin/Release directories are the defaults when using "bin" as the binary directory. How