MCUXpresso_LPC55S69/rtos/freertos/middleware_freertos-aws_iot_libraries_freertos_plus_standard_utils_LPC55S69_cm33_core0.cmake
2022-04-08 22:42:47 +08:00

20 lines
659 B
CMake

include_guard(GLOBAL)
message("middleware_freertos-aws_iot_libraries_freertos_plus_standard_utils component is included.")
target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE
${CMAKE_CURRENT_LIST_DIR}/libraries/freertos_plus/standard/utils/src/iot_system_init.c
)
target_include_directories(${MCUX_SDK_PROJECT_NAME} PRIVATE
${CMAKE_CURRENT_LIST_DIR}/libraries/freertos_plus/standard/utils/include
)
include(middleware_freertos-kernel_LPC55S69_cm33_core0)
include(middleware_freertos-aws_iot_libraries_freertos_plus_standard_crypto_LPC55S69_cm33_core0)
include(middleware_freertos-aws_iot_libraries_abstractions_secure_sockets_LPC55S69_cm33_core0)