From e2a7717139866899696f67a773b0dc99b32eeacd Mon Sep 17 00:00:00 2001 From: Alexander Klingenbeck Date: Mon, 1 May 2023 18:21:34 +0200 Subject: [PATCH] Add quickjs support --- .gitmodules | 8 ++++++++ thirdparty/SDL | 1 + thirdparty/quickjs | 1 + 3 files changed, 10 insertions(+) create mode 160000 thirdparty/SDL create mode 160000 thirdparty/quickjs diff --git a/.gitmodules b/.gitmodules index be495e5..c7697dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,11 @@ [submodule "thirdparty/bgfx.cmake"] path = thirdparty/bgfx.cmake url = https://github.com/bkaradzic/bgfx.cmake + branch = tags/v1.118.8455-422 +[submodule "thirdparty/SDL"] + path = thirdparty/SDL + url = https://github.com/libsdl-org/SDL.git + branch = tags/release-2.26.5 +[submodule "thirdparty/quickjs"] + path = thirdparty/quickjs + url = https://github.com/bellard/quickjs.git diff --git a/thirdparty/SDL b/thirdparty/SDL new file mode 160000 index 0000000..f7df966 --- /dev/null +++ b/thirdparty/SDL @@ -0,0 +1 @@ +Subproject commit f7df966b417d351301cf4a3ded5a54d4a29804e8 diff --git a/thirdparty/quickjs b/thirdparty/quickjs new file mode 160000 index 0000000..2788d71 --- /dev/null +++ b/thirdparty/quickjs @@ -0,0 +1 @@ +Subproject commit 2788d71e823b522b178db3b3660ce93689534e6d