Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Templet of cmake wiht vcpkg as submodule

requirement

  • VSCode -C/C++ Extension Pack
  • pkg-config
  • git
  • gcc & g++
  • vcpkg
  • more

step

  1. init git repository
  2. use git submodule add <url> <path> to add vcpkg as submodule of the project.
  3. switch to vcpkg path,run bootstrap-vcpkg.shsee at Quick Start: Unix
  4. pass CMAKE_TOOLCHAIN_FILE to CMakeLists.txt,see at Vcpkg as a Submodule
  5. enjoy

notice

if you want to install new lib,just switch to vcpkg path and run./vcpkg install to install.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages