cookiecutter-cpp-project
cookiecutter-cpp-project copied to clipboard
A cookiecutter for a C++ Project with lots of configuration options
See similar issue: https://github.com/ssciwr/cookiecutter-python-package/issues/38
To a range of oldest supported and newest supported.
Maybe some APIs e.g. at GitLab have changed.
Add support for nanobind as an option to pybind11. [https://github.com/wjakob/nanobind]
Currently if one cookie-cutter project uses another via add_subdirectory they will both try to define the same targets, e.g. docs or python
Would allow us to create more userfriendly prompts: https://github.com/cookiecutter/cookiecutter/issues/1835
I am currently using `conanio:{gcc9, clang10}`, but they are based on Ubuntu 19.10, so you cannot run `apt update` anymore and will not be able to install additional packages.