Skip to content

Saigut/cpp-proj-templ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ project template

Dependency

  1. Install conan package manager
  2. Adjust installation location of conan packages
    # show
    conan config get storage.path
    # change
    conan config set storage.path=<your path>

Build

mkdir build
cd build
cmake ..
cmake --build . --parallel

About

C++ project template

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors