Re: [CMake] Not sure how to list C# files in the generated Visual Studio project

2011-10-03 Thread David Cole
On Mon, Oct 3, 2011 at 10:22 AM, David Cole wrote: > On Sat, Oct 1, 2011 at 4:08 PM, Stephen Torri wrote: > >> On Sat, 2011-10-01 at 13:50 -0400, David Cole wrote: >> > On Mon, Sep 26, 2011 at 11:37 AM, Stephen Torri >> > wrote: >> > I am using CMake to run SWIG to generate C# wrapper fi

Re: [CMake] Not sure how to list C# files in the generated Visual Studio project

2011-10-01 Thread David Cole
On Mon, Sep 26, 2011 at 11:37 AM, Stephen Torri wrote: > I am using CMake to run SWIG to generate C# wrapper files for a > project. While the attached CMakeLists.txt file produces a Visual > Studio solutions that builds the C++ library, C# wrapper library and > C# prototype executable I don't know

[CMake] Not sure how to list C# files in the generated Visual Studio project

2011-09-26 Thread Stephen Torri
I am using CMake to run SWIG to generate C# wrapper files for a project. While the attached CMakeLists.txt file produces a Visual Studio solutions that builds the C++ library, C# wrapper library and C# prototype executable I don't know first if I am using CMake correctly in this case. Secondly I am