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:
Heinz-Peter Liechtenecker 2022-01-11 12:32:38 +01:00
parent 7af2b3f6f7
commit f6637d754c

View File

@ -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 ---