[CMake] How to generate MSVC projects that will build after install

2009-10-22 Thread Steve Huston
I'm trying to generate project files for some code examples that will go into the installer for a project. Thus, any reference to a source or binary dir from the build or source tree is invalid in the generated project. I'm having problems with: - include directories. I tried include_directories(

Re: [CMake] How to generate MSVC projects that will build after install

2009-10-22 Thread Steve Huston
Follow-up... > I'm trying to generate project files for some code examples > that will go into the installer for a project. Thus, any > reference to a source or binary dir from the build or source > tree is invalid in the generated project. > > I'm having problems with: > > - include director