I am trying to follow the instructions in README.md. Under the Build header, it asks me to run:
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake
but I don't see the file vcpkg.cmake in my repository. (And also the command seems to reference the parent folder above the repository.)