All of my Advent of Code exercises written in C++
- Have CMake installed
- Have vcpkg installed
- Make sure to add vcpkg to the PATH and set a VCPKG_ROOT environment variable
- Clone this repository, with the
--recursive
flag to get the submodules - run
vcpkg install
- Open the new directory as a CMake project in Visual Studio
- Add a launch.vs.json file to configure debug settings
- Set "currentDir" to "${workspaceRoot}"
- Set "args" to desired setting
- Arg 1: Exercise Year
- Arg 2: Exercise Day