I'm porting a game of mine from Windows to Mac using CMake and I've run into a little snag.<div><br></div><div>When CMake generates the XCode project files it generates two new files for my target (CMakeCXXCompilerId.cpp and CMakeCCompiler.c). Both of these files contain an entry point definition which is causing XCode to throw a wobbler about me having multiple entry points (the two in those files and then my own).<div>
<br></div><div>If I exclude these two files from the target everything compiles and runs fine so I don't think I need them. What are these files and is there a way to stop them from being generated?<div><br></div><div>
Cheers,</div><div><br></div><div>Darrell</div><div><br></div></div></div>