Skip to content

arnor-nolen/cpp-template

Repository files navigation

cpp-template

C++ template project.

Dependencies

Dependencies are listed in conanfile.py.

How to build

  • In one command:
conan build . -s build_type=Debug --build=missing
  • Using conan and cmake:
conan install . -s build_type=Debug --build=missing
cmake --workflow --preset debug # Use multi-debug for multi-configs.

Check contents of CMakePresets.json for more info.

How to run

./build/Debug/bin/cpp-template

About

C++ template project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published