MCUXpresso_LPC845/devices/LPC845/device_LPC845_CMSIS_LPC845....

11 lines
212 B
CMake

include_guard(GLOBAL)
message("device_LPC845_CMSIS component is included.")
target_include_directories(${MCUX_SDK_PROJECT_NAME} PRIVATE
${CMAKE_CURRENT_LIST_DIR}/.
)
include(CMSIS_Include_core_cm_LPC845)