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

20 lines
578 B
CMake

include_guard(GLOBAL)
message("middleware_freertos-aws_iot_pkcs11_helpers component is included.")
target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE
${CMAKE_CURRENT_LIST_DIR}/demos/common/pkcs11_helpers/pkcs11_helpers.c
)
target_include_directories(${MCUX_SDK_PROJECT_NAME} PRIVATE
${CMAKE_CURRENT_LIST_DIR}/demos/common/pkcs11_helpers
)
include(middleware_freertos-kernel_LPC55S69_cm33_core0)
include(middleware_freertos-aws_iot_libraries_abstractions_pkcs11_LPC55S69_cm33_core0)
include(middleware_freertos-aws_iot_libraries_3rdparty_pkcs11_LPC55S69_cm33_core0)