MCUXpresso_MIMXRT1021xxxxx/devices/MIMXRT1021/device_MIMXRT1021_CMSIS_MIM...

11 lines
214 B
CMake

include_guard()
message("device_MIMXRT1021_CMSIS component is included.")
target_include_directories(${MCUX_SDK_PROJECT_NAME} PRIVATE
${CMAKE_CURRENT_LIST_DIR}/.
)
include(CMSIS_Include_core_cm_MIMXRT1021)