diff options
author | Slávek Banko <[email protected]> | 2020-08-11 19:32:18 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-08-11 19:45:09 +0200 |
commit | 40fe9f0c8b858effe531d18967a3517b3edd336a (patch) | |
tree | 397e10d395c352c4e8086f9cb59cc242a82cd43f | |
parent | 71ca6fd4d4cc86f52f00976511f89a49d2f3ef6f (diff) | |
download | mathemagics-40fe9f0c8b858effe531d18967a3517b3edd336a.tar.gz mathemagics-40fe9f0c8b858effe531d18967a3517b3edd336a.zip |
Add common cmake submodule.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | cmake | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..69dd7b2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "cmake"] + path = cmake + url = https://[email protected]/scm/git/tde-common-cmake diff --git a/cmake b/cmake new file mode 160000 +Subproject cd66012f18ddf0cbe07246d0aceafa2da60ed9e |