Skip to content

iamazeem/vcpkg-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcpkg-test

This is an test project that uses vcpkg with CMake.

It uses only one dependency of fmt library.

Prerequisites

  • Bash
  • Git
  • CMake

Build and run

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.

License

MIT