Commit f72b4746 authored by Sigvart M. Hovland's avatar Sigvart M. Hovland Committed by Carles Cufí
Browse files

ext: debug: segger: Add missing include directories



Fix #11812 by adding include paths to the `CMakeLists.txt`

Signed-off-by: default avatarSigvart M. Hovland <sigvart.hovland@nordicsemi.no>
parent 76090ceb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line

zephyr_include_directories_ifdef(CONFIG_USE_SEGGER_RTT .)
zephyr_include_directories_ifdef(CONFIG_USE_SEGGER_RTT rtt)
zephyr_sources_ifdef(CONFIG_USE_SEGGER_RTT
	rtt/SEGGER_RTT.c
	rtt/SEGGER_RTT_zephyr.c
	)
zephyr_include_directories_ifdef(CONFIG_SEGGER_SYSTEMVIEW systemview)
zephyr_sources_ifdef(CONFIG_SEGGER_SYSTEMVIEW systemview/SEGGER_SYSVIEW.c)