From 679984365c15a97dbdea83c587f24472b95a5095 Mon Sep 17 00:00:00 2001 From: Sara Gerretsen Date: Thu, 4 Sep 2025 09:47:29 +0000 Subject: [PATCH] feat: added code sharing strategy to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ef7ded..aedb944 100644 --- a/README.md +++ b/README.md @@ -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. +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. \ No newline at end of file