Skip to content

A simple program that uses vcpkg in manifest mode and CMake

Notifications You must be signed in to change notification settings

jureid/vcpkg-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vcpkg Example

This is an example repository for how one might use vcpkg in the future.

Building

Assuming you have VCPKG_ROOT in your environment variables, the following will work in sh:

$ cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
$ cmake --build build

Change out the environment variable syntax for each system, and this should work everywhere.

About

A simple program that uses vcpkg in manifest mode and CMake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published