fix: add gloox lib to make command & fix: move client class to mm window
This commit is contained in:
parent
e8704f731f
commit
b9b1b50599
9 changed files with 10 additions and 30 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
BINARY=renga
|
||||
CPP=clang
|
||||
FLAGS=-lbe -std=c++20 -lstdc++
|
||||
FLAGS=-lbe -lgloox -std=c++20 -lstdc++
|
||||
|
||||
all: build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue