MCUXpresso_LPC55S69/rtos/freertos/coremqtt/middleware_freertos_coremqtt_template.cmake
Yilin Sun 6e8d03ec0a Updated to SDK v2.15.000
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-04-12 21:21:49 +08:00

15 lines
526 B
CMake

# Add set(CONFIG_USE_middleware_freertos_coremqtt_template true) in config.cmake to use this component
include_guard(GLOBAL)
message("${CMAKE_CURRENT_LIST_FILE} component is included.")
if(CONFIG_USE_middleware_iot_reference_logging)
add_config_file(${CMAKE_CURRENT_LIST_DIR}/template/core_mqtt_config.h ${CMAKE_CURRENT_LIST_DIR}/template middleware_freertos_coremqtt_template)
else()
message(SEND_ERROR "middleware_freertos_coremqtt_template dependency does not meet, please check ${CMAKE_CURRENT_LIST_FILE}.")
endif()