Skip to content

modern implementation of a c++ library that uses cmake and conan2

License

Notifications You must be signed in to change notification settings

egendron93/cpp_library_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in GitHub Codespaces

cpp_library_template

refer to vscode tasks for full commands

initialize environment

tasks to run before library source code or conan recipe development

  • create default conan profile

source code development

  • clangd compile commands symlink
  • conan install
  • conan build

conan recipe development

  • conan create
  • conan create (no tests)

references