Hi, so Im trying to plan and structure a project and Im thinking about how to handle dependencies in combination with repository.
So the questions is, how are you doing this?
1: Include prebuilt libraries in the repo for each platform?
2: Include the library source in the repo so each dev can built it for himself?
3: Git submodules?
4: Just list dependencies and version in the readme.
5: Vcpkg or Conan (What to do if I want lib to use higher or snapshot version than its in the catalogue?)