/cpp_skeleton

Primary LanguageDockerfile

C++ Project Template

Clone this repository to start a new C++ project.

git clone --depth 1 https://github.com/abedra/cpp_skeleton <project_name>
cd <project_name>
make reset_vcs

Installing Dependencies

Dependencies can be added using Conan. To add a dependency, add the dependency to the conanfile.txt file and run the following command:

make setup

Note: This project assumes conan version 1. Conan 2 is still widely incompatible as a tool and is not supported.