Re: [CMake] Visual Studio dependency/auto-install help

2008-10-31 Thread Sam Baker
2008 1:13 PM To: Sam Baker Cc: Eric NOULARD; cmake@cmake.org Subject: Re: [CMake] Visual Studio dependency/auto-install help Sam Baker wrote: > Thanks Eric - I'm so used to having the executable project be the default project for debugging, I didn't think of making the INSTALL project

Re: [CMake] Visual Studio dependency/auto-install help

2008-10-31 Thread Bill Hoffman
Sam Baker wrote: Thanks Eric - I'm so used to having the executable project be the default project for debugging, I didn't think of making the INSTALL project default. That does work and I can still debug as long as I tell it where the exe is. That doesn't work so well for my more complex Tool

Re: [CMake] Visual Studio dependency/auto-install help

2008-10-31 Thread Sam Baker
EMAIL PROTECTED] Sent: Friday, October 31, 2008 12:48 PM To: Sam Baker Cc: cmake@cmake.org Subject: Re: [CMake] Visual Studio dependency/auto-install help Le Fri, 31 Oct 2008 11:58:53 -0700, "Sam Baker" <[EMAIL PROTECTED]> a écrit : > When generating MSVS solutions, is there a

Re: [CMake] Visual Studio dependency/auto-install help

2008-10-31 Thread Eric NOULARD
Le Fri, 31 Oct 2008 11:58:53 -0700, "Sam Baker" <[EMAIL PROTECTED]> a écrit : > When generating MSVS solutions, is there a way to make all library > projects automatically build the solution's INSTALL project when done? Why don't you make the "INSTALL" project the default project of your solutio

[CMake] Visual Studio dependency/auto-install help

2008-10-31 Thread Sam Baker
When generating MSVS solutions, is there a way to make all library projects automatically build the solution's INSTALL project when done? I have a game executable and a bunch of DLLs in my solution. When my game builds, I have a post-build step that copies the exe file and the library DLLs t