fix: add gloox lib to make command & fix: move client class to mm window

This commit is contained in:
hexlocation 2025-02-10 10:35:10 +00:00
parent e8704f731f
commit b9b1b50599
9 changed files with 10 additions and 30 deletions

View file

@ -1,6 +1,6 @@
BINARY=renga
CPP=clang
FLAGS=-lbe -std=c++20 -lstdc++
FLAGS=-lbe -lgloox -std=c++20 -lstdc++
all: build