Skip to content

This project is a sample to show how to manage a library "virtual environment" for C++ and CMake using VcPkg.

Notifications You must be signed in to change notification settings

gnaggnoyil/vcpkg_usage_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a sample to show how to manage a library "virtual environment" for C++ and CMake using VcPkg.

To prepare environment using VcPkg:

vcpkg install range-v3 --vcpkg-root ./vcpkg --triplet x64-linux-hoge

To configure this project:

cmake -DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux-hoge .

LICENSE

All contents under directory ./vcpkg/ are from VcPkg's source code and are under Microsoft's copyright licensed under MIT. The rest of the content is under public domain.

About

This project is a sample to show how to manage a library "virtual environment" for C++ and CMake using VcPkg.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published