diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-01-07 14:57:13 +0100 |
|---|---|---|
| committer | Joshua Goins <josh@redstrate.com> | 2023-01-12 10:08:52 -0500 |
| commit | 22a2b7ac463e7ea339d4d57be3b770fbf09518bf (patch) | |
| tree | c2eedd8f6fe7f75c916daf0ab93d976b2e39e6a8 /.gitmodules | |
| parent | aa7c910e262d4c3d655a9a7f853b52d7cd0641a9 (diff) | |
| download | PrismLauncher-22a2b7ac463e7ea339d4d57be3b770fbf09518bf.tar.gz PrismLauncher-22a2b7ac463e7ea339d4d57be3b770fbf09518bf.tar.bz2 PrismLauncher-22a2b7ac463e7ea339d4d57be3b770fbf09518bf.zip | |
refactor: support system and bundled cmark
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 95274f15..87703fee 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "libraries/extra-cmake-modules"] path = libraries/extra-cmake-modules url = https://github.com/KDE/extra-cmake-modules +[submodule "libraries/cmark"] + path = libraries/cmark + url = https://github.com/commonmark/cmark.git |
