Re: [CMake] Re: 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: > > Was the COMPILE_LANGUAGE property ever incorporated into cmake? > http://www.mail-archive.com/cmake@cmake.org/msg01326.html It got called the LANGUAGE property, as per Bill's e-mail 5 days ago. [EMAIL PROTECTED] ~/My Builds/CMake/Tests $ less

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

2007-06-15 Thread Jon W
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