feat: added code sharing strategy to README
This commit is contained in:
parent
9aa0fbbb6c
commit
679984365c
|
|
@ -10,3 +10,4 @@ It's best to then commit the script's changes to git.
|
||||||
|
|
||||||
Run `just generate` and `just build`, this should output a binary named {name} (as given for `set-project-name`) in the `bin/` subdirectory of the project root.
|
Run `just generate` and `just build`, this should output a binary named {name} (as given for `set-project-name`) in the `bin/` subdirectory of the project root.
|
||||||
|
|
||||||
|
If you want to share code between projects using the same template, make the shared code into a [git submodule(1)](https://linux.die.net/man/1/git-submodule) and add it as it's own cmake directory.
|
||||||
Loading…
Reference in a new issue