🐛 Fixed missing libcommuni-cmake

This commit is contained in:
Edgar 2021-02-13 13:46:18 +01:00 committed by Rasmus Karlsson
parent 336044a840
commit 968532423f
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -25,3 +25,6 @@
[submodule "lib/websocketpp"]
path = lib/websocketpp
url = https://github.com/ziocleto/websocketpp
[submodule "conan-pkgs/libcommuni"]
path = conan-pkgs/libcommuni
url = https://github.com/AnotherFoxGuy/libcommuni-cmake.git

View file

@ -2,6 +2,7 @@ macro(add_pkg NAME)
execute_process(COMMAND conan export ${CMAKE_CURRENT_LIST_DIR}/${NAME} chatterino/local)
endmacro()
add_pkg("libcommuni")
add_pkg("QtKeychain")
add_pkg("Serialize")
add_pkg("Settings")

1
conan-pkgs/libcommuni Submodule

@ -0,0 +1 @@
Subproject commit 60ebf13e21e3973bd865fd41adac8358f743f5e5