Re: [CMake] compiling foo.c as a c++ file for visual studio projects

2007-06-15 Thread Brandon Van Every
On 6/15/07, Jon W <[EMAIL PROTECTED]> wrote: I'm using cmake to generate solutions for Visual Studio 2003. With several of the projects I need to compile the *.c files as c++ code. I'm trying to get the /TP flag to override the /TC flag that is automatically generated by cmake, but not having m

[CMake] compiling foo.c as a c++ file for visual studio projects

2007-06-15 Thread Jon W
I'm using cmake to generate solutions for Visual Studio 2003. With several of the projects I need to compile the *.c files as c++ code. I'm trying to get the /TP flag to override the /TC flag that is automatically generated by cmake, but not having much luck. I've read the mailing archive, and