|
|
@ -64,7 +64,6 @@ set (MOSQ_SRCS
|
|
|
|
../lib/will_mosq.c ../lib/will_mosq.h)
|
|
|
|
../lib/will_mosq.c ../lib/will_mosq.h)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
option(WITH_BUNDLED_DEPS "Build with bundled dependencies?" ON)
|
|
|
|
|
|
|
|
if (WITH_BUNDLED_DEPS)
|
|
|
|
if (WITH_BUNDLED_DEPS)
|
|
|
|
include_directories(${mosquitto_SOURCE_DIR} ${mosquitto_SOURCE_DIR}/src/deps)
|
|
|
|
include_directories(${mosquitto_SOURCE_DIR} ${mosquitto_SOURCE_DIR}/src/deps)
|
|
|
|
endif (WITH_BUNDLED_DEPS)
|
|
|
|
endif (WITH_BUNDLED_DEPS)
|
|
|
|