Skip to content

Commit c8d5b55

Browse files
committed
CMakelists.txt: use downstream copies of CMSIS_5 files
This change will require re-running cmake in the build directory.
1 parent d91503b commit c8d5b55

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ add_executable(debugprobe
2525
)
2626

2727
target_sources(debugprobe PRIVATE
28-
CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c
29-
CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c
30-
CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c
31-
CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c
32-
#CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c
28+
CMSIS_DAP/CMSIS/DAP/Firmware/Source/DAP.c
29+
CMSIS_DAP/CMSIS/DAP/Firmware/Source/JTAG_DP.c
30+
CMSIS_DAP/CMSIS/DAP/Firmware/Source/DAP_vendor.c
31+
CMSIS_DAP/CMSIS/DAP/Firmware/Source/SWO.c
32+
#CMSIS_DAP/CMSIS/DAP/Firmware/Source/SW_DP.c
3333
)
3434

3535
target_include_directories(debugprobe PRIVATE
36-
CMSIS_5/CMSIS/DAP/Firmware/Include/
37-
CMSIS_5/CMSIS/Core/Include/
36+
CMSIS_DAP/CMSIS/DAP/Firmware/Include/
37+
CMSIS_DAP/CMSIS/Core/Include/
3838
include/
3939
)
4040

0 commit comments

Comments
 (0)