MCUXpresso_MIMXRT1021xxxxx/components/exception_handling/component_exception_handling_cm7_MIMXRT1021.cmake
2022-08-23 23:00:33 +08:00

18 lines
379 B
CMake

include_guard()
message("component_exception_handling_cm7 component is included.")
target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE
${CMAKE_CURRENT_LIST_DIR}/cm7/fsl_component_exception_handling.c
)
target_include_directories(${MCUX_SDK_PROJECT_NAME} PRIVATE
${CMAKE_CURRENT_LIST_DIR}/.
)
include(driver_common_MIMXRT1021)
include(utility_debug_console_MIMXRT1021)