repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add languagestandard variable
[MPC.git]
/
config
/
mqttlib.mpb
blob
5be9c1d795f23be851ea3a00dc24264d7d8b547f
1
project {
2
requires += mosquitto
3
4
libpaths += $(MQTT_ROOT)/lib
5
includes += $(MQTT_ROOT)/include
6
specific(prop:windows) {
7
lit_libs += mosquitto$(MQTT_LIBVERSION)
8
}
9
specific(!prop:windows) {
10
libs += mosquitto
11
}
12
}