mirror of
https://github.com/eclipse-paho/paho.mqtt.cpp.git
synced 2025-09-15 12:58:39 +08:00
Adding an option to build paho.mqtt.c from submodule
Signed-off-by: Heinz-Peter Liechtenecker <heinz.liechtenecker@gmail.com>
This commit is contained in:
parent
7af2b3f6f7
commit
f6637d754c
@ -49,6 +49,7 @@ endif()
|
||||
option(PAHO_BUILD_SAMPLES "Build sample programs" FALSE)
|
||||
option(PAHO_BUILD_TESTS "Build tests" FALSE)
|
||||
option(PAHO_BUILD_DOCUMENTATION "Create and install the API documentation (requires Doxygen)" FALSE)
|
||||
option(PAHO_WITH_MQTT_C "Build paho.mqtt.c from the internal GIT submodule." FALSE)
|
||||
|
||||
## --- C++11 build flags ---
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user