diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-06 11:35:14 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-06 11:35:14 +0800 |
commit | 830cb691ca3fa6655ceca57ef2bd65af8d29663d (patch) | |
tree | 3994f85e77c52799c99d7f708cfa3adc1480dc28 /.gitmodules | |
parent | 25681590025e152900c2f98a6ffe111cbfc2656d (diff) |
tomlc99 is a git submodule instead
so we don't have to make any extra effort
to make it build on other platforms
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f033c8c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tomlc99"] + path = tomlc99 + url = https://github.com/cktan/tomlc99 |