From 34bded906c6f5af915e9e41dd41e35e96ad023a4 Mon Sep 17 00:00:00 2001 From: Sergey Lapin Date: Mon, 25 Nov 2024 17:07:46 +0300 Subject: [PATCH] Added sokol for tests --- .gitmodules | 4 ++++ tests/flecs-systems-sokol | 1 + 2 files changed, 5 insertions(+) create mode 160000 tests/flecs-systems-sokol diff --git a/.gitmodules b/.gitmodules index 7190a20..ee43bca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,7 @@ path = src/meshoptimizer url = https://github.com/zeux/meshoptimizer branch = master +[submodule "tests/flecs-systems-sokol"] + path = tests/flecs-systems-sokol + url = https://github.com/flecs-hub/flecs-systems-sokol + branch = master diff --git a/tests/flecs-systems-sokol b/tests/flecs-systems-sokol new file mode 160000 index 0000000..29f521a --- /dev/null +++ b/tests/flecs-systems-sokol @@ -0,0 +1 @@ +Subproject commit 29f521a7d42fbfc3cb3c527d59c526c70cb9d6a1