mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-26 21:27:38 +02:00
add mosquitto with pkg-config
This commit is contained in:
parent
7dd198773b
commit
e8f78fdd25
@ -5,10 +5,12 @@ CXX=g++
|
|||||||
LD=g++
|
LD=g++
|
||||||
|
|
||||||
CXXFLAGS = -std=c++23 -pedantic-errors -Wall -Wextra -Wconversion
|
CXXFLAGS = -std=c++23 -pedantic-errors -Wall -Wextra -Wconversion
|
||||||
LDFLAGS = -lmosquitto
|
LDFLAGS =
|
||||||
|
|
||||||
# CXXFLAGS += $(shell pkg-config $(libraries) --cflags)
|
libraries = libmosquitto
|
||||||
# LDFLAGS += $(shell pkg-config $(libraries) --libs)
|
|
||||||
|
CXXFLAGS += $(shell pkg-config $(libraries) --cflags)
|
||||||
|
LDFLAGS += $(shell pkg-config $(libraries) --libs)
|
||||||
|
|
||||||
RELEASE = 0
|
RELEASE = 0
|
||||||
GDB = 0
|
GDB = 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user