[CMake] Is there any tools avaiable to translate VC project files(*.vcproj, *.sln) to CMakeLists.txt?

Michael Wild themiwi at gmail.com
Tue Apr 27 04:53:48 EDT 2010


On 27. Apr, 2010, at 10:38 , yaoyansi wrote:

> Hi, all
> I often add new code files to my VC project. Before release or subscribe to svn, I have to regenerate my VC project files with CMake, to make sure every thing is fine. It is not convenient, and take a lot of my time. So, could you tell me is there any tools avaiable to translate VC project files(*.vcproj, *.sln) to CMakeLists.txt?
> Thank you.
> 
> Cheers
> yaoyansi

No, not that I know of. But anyways, it's much better to manually add the new files to the CMakeLists.txt when you add it to the project. It doesn't take much time and avoids making mistakes.

Michael


More information about the CMake mailing list