- VCPKG is used package management. It helps us manage our dependecies in order to create a cross platform and cross compile project.
- VCPKG reduce the need of having already installed packages, for example google test, and get them if you require them.
- CMake will generate the build system and will help us develop cross platform applications.
- WSL will be used for cross compiling