This is an test project that uses vcpkg with CMake.
It uses only one dependency of fmt library.
- Bash
- Git
- CMake
To test it on Linux and macOS, clone this repo, run scripts from the scripts directory, and that's it.
git clone https://github.com/iamazeem/vcpkg-test && cd vcpkg-test
./scripts/install-vcpkg.sh
./scripts/install-vcpkg-deps.sh
./scripts/build-and-run.sh
For more details, take a look at CI.