Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.13 KB

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