Coder Social home page Coder Social logo

Comments (4)

np-c0mp1ete avatar np-c0mp1ete commented on June 12, 2024

@xahon, sure! Take a look at this documentation page
Feel free to get back at me if something is still not clear.

from sd-teho-public.

xahon avatar xahon commented on June 12, 2024

Oh, it's VS thing. I use clion and don't know how to properly configure VS for the project. Where to Set the root of this repository as the current directory: "currentDir": "<SD-TEHO-ROOT>"? VS won't autocomplete currentDir in CMakeSettings.json, it means that there is no such option in that config. Should I set it somewhere else?

from sd-teho-public.

q4a avatar q4a commented on June 12, 2024

I added it to my launch_schema.json: https://docs.microsoft.com/en-us/cpp/build/launch-vs-schema-reference-cpp?view=msvc-160
Here is how ti looks like for me:

{
  "version": "0.2.1",
  "defaults": {},
  "configurations": [
    {
      "type": "default",
      "project": "CMakeLists.txt",
      "projectTarget": "engine.exe (bin\\engine.exe)",
      "currentDir": "D:\\git\\sd-teho-public",
      "name": "engine.exe (bin\\engine.exe)"
    }
  ]
}

from sd-teho-public.

np-c0mp1ete avatar np-c0mp1ete commented on June 12, 2024

@xahon Clion for sure has similar functionality. Basically, you want to run the program from a specific directory.

from sd-teho-public.

Related Issues (4)

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.