chore: initialize project scaffold with cmake build, gitignore, submodules for inja/json, and sinja server source
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[submodule "external/inja"]
|
||||
path = external/inja
|
||||
url = https://github.com/pantor/inja.git
|
||||
[submodule "external/json"]
|
||||
path = external/json
|
||||
url = https://github.com/nlohmann/json.git
|
||||
Reference in New Issue
Block a user