MCUXpresso_MIMXRT1021xxxxx/devices/MIMXRT1021/drivers/driver_iomuxc_MIMXRT1021.cmake
2022-08-23 23:00:33 +08:00

11 lines
196 B
CMake

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