File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,12 +46,14 @@ Then `pre-commit` runs on commit; you can also run `pre-commit run -a` manually.
4646## Usage when starting a new library
4747
48481 . Create your new repo (e.g. on GitHub).
49- 2 . Copy everything from this template.
50- 3 . Rename namespace and library name everywhere. See the top comment in ` CMakeLists.txt ` for what to change:
49+ 2 . Copy everything except devenv, .git, and similar, from this template.
50+ 3 . Add https://github.com/devmarkusb/devenv as submodul, cf. README.md there.
51+ 4 . Rename namespace and library names everywhere. See the top comment in ` CMakeLists.txt ` for what to change:
5152 - ` MB_CPP_LIB_TEMPLATE ` (CMake option prefix)
5253 - ` cpp-lib-template ` (project and target names)
5354 - ` mb. ` / ` mb:: ` / ` mb/ ` (namespace and install layout)
54- 4 . Go. When you find improvements that belong in the template, consider contributing them back here.
55+ - files and dirs
56+ 5 . Go. When you find improvements that belong in the template, consider contributing them back here.
5557
5658## CMake options
5759
You can’t perform that action at this time.
0 commit comments