Starter C++ repo using CMake, vcpkg (manifest mode), and VS Code.
- CMake 3.24+
- Ninja
- vcpkg (set
VCPKG_ROOT) - VS Code + CMake Tools extension
From VS Code:
- Open the folder.
- CMake Tools picks the
vcpkgpreset. - Build or Debug.
From terminal:
cmake --preset vcpkg
cmake --build --preset vcpkg