From 62a2c7fcb178c7d10f8bd06c43675c746bc28435 Mon Sep 17 00:00:00 2001 From: MooZ Date: Wed, 4 Sep 2024 23:41:54 +0200 Subject: [PATCH] Add Fake Function Framework --- .gitmodules | 3 +++ externals/fff | 1 + 2 files changed, 4 insertions(+) create mode 160000 externals/fff diff --git a/.gitmodules b/.gitmodules index 2b0728d..999665f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "externals/cwalk"] path = externals/cwalk url = https://github.com/likle/cwalk.git +[submodule "externals/fff"] + path = externals/fff + url = https://github.com/meekrosoft/fff.git diff --git a/externals/fff b/externals/fff new file mode 160000 index 0000000..5111c61 --- /dev/null +++ b/externals/fff @@ -0,0 +1 @@ +Subproject commit 5111c61e1ef7848e3afd3550044a8cf4405f4199