Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COI'll have a look a it, but the problem that I see after a really fast checkup of it is that the same problem will happen that is you've got to manually add file in to place (on the HDD and in the cmakelist.txt ) and you've got to generate a solution/project almost every checkout. tell me if I'm wrong (I'd be happy) but it's probably still better than the actual setup
      singulars
    2. COYou would have to replace any existing makefiles and Visual Studio projects with CMake configuration files. Setting up CMake will require significant work if your project is large. However, it will save you the headache of updating every project file whenever you step up to a new version of Visual Studio or decide to add support for a new platform/compiler. You will need to generate solution/project files after the initial checkout. After that, the solution/project files are regenerated only if there were changes to the CMake files. I think these changes are automatically detected by CMake.
      singulars
    3. COok, so if I understand well (and I'll test it when possible) we wont have to generate the solution/project manually every-time that is done automatically when needed, the only thing that is to be done manually is adding the file in cmakelist.txt that shouldn't be too bad. And for the setup, the project is just starting so it's still very small (a dozen file max and not too much dependency)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload