From f0835be9ffcae8e5c74c8fc6a0da2f7bc49343ac Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Mon, 21 Jul 2025 18:57:53 +0200 Subject: Initial commit, daemon hello world --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a85cfec --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "daemon/include/concurrentqueue"] + path = daemon/include/concurrentqueue + url = https://github.com/cameron314/concurrentqueue.git -- cgit v1.2.3