From cae9d2a8a2897415b21e3673a99330a4c0a85a58 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 17 May 2023 15:47:06 +0100 Subject: Add initial files and smtcoq --- .gitmodules | 3 +++ _CoqProject | 1 + lib/smtcoq | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 100644 _CoqProject create mode 160000 lib/smtcoq diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b37459b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/smtcoq"] + path = lib/smtcoq + url = git@gitlab.inria.fr:compcertgssa/smtcoq diff --git a/_CoqProject b/_CoqProject new file mode 100644 index 0000000..50397a7 --- /dev/null +++ b/_CoqProject @@ -0,0 +1 @@ +-R src TVSMT diff --git a/lib/smtcoq b/lib/smtcoq new file mode 160000 index 0000000..701e018 --- /dev/null +++ b/lib/smtcoq @@ -0,0 +1 @@ +Subproject commit 701e01815525eba925d1bf3060205f1adbb232bb -- cgit