From 397639e9c245a05b699ff6d32f9bfab3ac6426c9 Mon Sep 17 00:00:00 2001 From: Cosmic Date: Wed, 17 Dec 2025 16:57:02 +0000 Subject: [PATCH] add missing gitmodules --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b549153 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third-party/cef"] + path = third-party/cef + url = https://github.com/iboB/cef-cmake \ No newline at end of file