Here describe plan for the project, the end goal
Here detail phases for the project, how it will develop
Start by configuring project by running: cmake --preset <configurePreset>
Then build it using: cmake --build --preset <buildPreset>
You can also run tests: ctest --preset <testPreset>