Re: [CMake] Windows debugger command project settings

2010-08-22 Thread Mike McQuaid
On 20 Aug 2010, at 21:48, Ryan Pavlik wrote: > You might consider using my CreateLaunchers cmake module that will set up the > debugger for you to add whatever directories you like to the PATH (on > windows) so that it can find the dynamic libraries. I haven't tried it in > the case that the

Re: [CMake] Windows debugger command project settings

2010-08-20 Thread Ryan Pavlik
You might consider using my CreateLaunchers cmake module that will set up the debugger for you to add whatever directories you like to the PATH (on windows) so that it can find the dynamic libraries. I haven't tried it in the case that the libraries are built in the same project - you'd proba

[CMake] Windows debugger command project settings

2010-08-20 Thread Knox, Kent
My current codebase produces an executable with several dynamically linked libraries. I can't step through the code under the debugger until I've built the 'install' project, which copies all the binaries into the same output directory; they then can find each other. Of course, at this point I