aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorConfuSomu2024-05-11 18:52:28 -0400
committerConfuSomu2024-05-11 18:52:28 -0400
commit56f47656debf847afd5905c2ebed712c54508f4b (patch)
tree1bf0da0f3bf51f56c9a4be53c00029d16f3a8c31 /.gitmodules
parent7024480b84ec1ef7ba4d371a51511bd04c48e816 (diff)
downloadActorViewer-56f47656debf847afd5905c2ebed712c54508f4b.tar
ActorViewer-56f47656debf847afd5905c2ebed712c54508f4b.tar.gz
ActorViewer-56f47656debf847afd5905c2ebed712c54508f4b.zip
Use mastodonpp library as a submodule
This simplifies dependency management and allows compiling mastodonpp and the rest of the program in one step.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..0361d24
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "lib/mastodonpp"]
+ path = lib/mastodonpp
+ url = https://git.twilightsparkle.space/mastodonpp