Subject: Re: [Cmake] howto add *.cpp sources

Andy Cedilnik andy . cedilnik at kitware . com
30 Jul 2003 16:46:30 -0400


Hi David,

You only need to do this for .cc or .cwhatever files.

			Andy

On Wed, 2003-07-30 at 16:15, Karr, David wrote:
> Are you sure you need to do all this for *.cpp?  I've been
> building .cpp files for a couple of years in Visual Studio 6.0
> and never had to force any compilation or tweak the registry--
> just install Msdev and it already "knows" a bunch of C++
> extensions, including .cpp, .cxx, and .c.  The extension .cc
> does NOT appear to be in that default list; I'll hazard a
> very uneducated guess that that's why you ended up with such
> tricky macros, and that they aren't needed for *.cpp.