MCUXpresso_LPC55S16/devices/LPC55S16/device_LPC55S16_CMSIS_LPC55S16.cmake

11 lines
216 B
CMake
Raw Permalink Normal View History

2022-07-14 13:09:47 +00:00
include_guard(GLOBAL)
message("device_LPC55S16_CMSIS component is included.")
target_include_directories(${MCUX_SDK_PROJECT_NAME} PRIVATE
${CMAKE_CURRENT_LIST_DIR}/.
)
include(CMSIS_Include_core_cm_LPC55S16)