diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2023-08-24 16:54:16 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2023-08-24 16:54:16 -0400 |
| commit | d7a4b84a14bb7ee5988f4b1a00743ed645a2825b (patch) | |
| tree | ac97c1e1b8ada018c0bd085e96b46e2ecbdedd08 /.gitmodules | |
| parent | b0dea94f86ba96a7c319764d6b7d920d202ffa7e (diff) | |
| download | dynamic-extension-d7a4b84a14bb7ee5988f4b1a00743ed645a2825b.tar.gz | |
Included psudb-common library
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6e7ae08..7616a12 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "external/alex"] path = external/alex url = https://github.com/microsoft/ALEX +[submodule "external/psudb-common"] + path = external/psudb-common + url = git@github.com:PSU-Database-Systems-Group/psudb-common |