[Cmake] Specifying my own file extension

Mathieu Malaterre Mathieu . Malaterre at creatis . insa-lyon . fr
Mon, 20 Oct 2003 14:48:26 +0200


Hi all,

	I have some file where the extension is .S (assembly code) but still I 
compile them with gcc. Is there a way to specify this in a CMakeList.txt 
or should I hack

CMake/Source/cmSystemTools.cxx :

cmSystemTools::FileFormat cmSystemTools::GetFileFormat(const char* cext)
{
	...
}


Thanks
mathieu