2

I've found vcproj2cmake but it appears to work inline, the cmake projects it generates are reliant on the vcproj and not standalone.

vcxproj2cmake Also seems to be an option, but I cannot get it to work, I am having the same issues as in issue#8.

Does anyone know of a direct .vc[x]proj -> CMakeList.txt converter?

foips
  • 539
  • 4
  • 15
  • possible duplicate of [Where can I find a tool to convert a VS solution to a gcc makefile?](http://stackoverflow.com/questions/870533/where-can-i-find-a-tool-to-convert-a-vs-solution-to-a-gcc-makefile) – Fraser Jun 04 '14 at 21:08
  • That question was specifically asking for conversion to makefiles, not cmake – foips Jun 05 '14 at 22:09
  • 1
    Sorry - you're right - I was thinking of [this question](http://stackoverflow.com/questions/6649606/vcxproj-to-cmake) – Fraser Jun 05 '14 at 22:55
  • 1
    I recommend to either write some script by yourself, or port it manually. Autogenerated CMake files tend to be a mess. – usr1234567 Jun 06 '14 at 21:06

0 Answers0