Code Monkey home page Code Monkey logo

Comments (4)

gmoromisato avatar gmoromisato commented on May 18, 2024

I would love that! Can you drive that?

First I'd love to know how it interacts with Visual Studio. Is there a plug in? Is it just compatible? How do you add more files? Do you edit the make file or can you do it with the Visual Studio UI? Would love to know more.

The actual build steps are pretty standard, so I think the actual port would be relatively straight forward.

Thanks!

from transcendencedev.

TheKnarf avatar TheKnarf commented on May 18, 2024

CMake can generate a Visual Studio project file from the CMakeFile, there's no need for a plugin in Visual Studio. However, if you want to add a file (or remove, or move it) you would have to do that in the CMakeFIle and then re-run CMake to get a new Visual Studio file. Similarly, it could generate an XCode-project on MacOS, thereby supporting cross-platform.

from transcendencedev.

gmoromisato avatar gmoromisato commented on May 18, 2024

Can we automatically generate a CMakeFile from a Visual Studio project/solution?

from transcendencedev.

TheKnarf avatar TheKnarf commented on May 18, 2024

Not as far as I know. So it's a manual job to make CMakeFile's from a Visual Studio project, but then the other way should be automatic.

from transcendencedev.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.