From 98e108710ad011b0b3244c9b850b3884bb2a8bd6 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sat, 20 Feb 2021 16:33:00 +0100 Subject: [PATCH] Add `libcommuni-cmake` library This is based off AnotherFoxGuy's fork, with some further additions to the CMakeLists.txt file allowing for simpler building Currently on the `chatterino-cmake` branch --- .gitmodules | 3 +++ lib/libcommuni-cmake | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/libcommuni-cmake diff --git a/.gitmodules b/.gitmodules index be90a3844..aa34fca89 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "conan-pkgs/libcommuni"] path = conan-pkgs/libcommuni url = https://github.com/AnotherFoxGuy/libcommuni-cmake.git +[submodule "lib/libcommuni-cmake"] + path = lib/libcommuni-cmake + url = https://github.com/pajlada/libcommuni.git diff --git a/lib/libcommuni-cmake b/lib/libcommuni-cmake new file mode 160000 index 000000000..9a8e7fe74 --- /dev/null +++ b/lib/libcommuni-cmake @@ -0,0 +1 @@ +Subproject commit 9a8e7fe746421ec66ddd20f468c30505b362719e