CMakelists.txt: use downstream copies of CMSIS_5 files This change will require re-running cmake in the build directory.
diff --git a/CMakeLists.txt b/CMakeLists.txt index f96f1d0..d20c37d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -25,16 +25,16 @@ ) target_sources(debugprobe PRIVATE - CMSIS_5/CMSIS/DAP/Firmware/Source/DAP.c - CMSIS_5/CMSIS/DAP/Firmware/Source/JTAG_DP.c - CMSIS_5/CMSIS/DAP/Firmware/Source/DAP_vendor.c - CMSIS_5/CMSIS/DAP/Firmware/Source/SWO.c - #CMSIS_5/CMSIS/DAP/Firmware/Source/SW_DP.c + CMSIS_DAP/CMSIS/DAP/Firmware/Source/DAP.c + CMSIS_DAP/CMSIS/DAP/Firmware/Source/JTAG_DP.c + CMSIS_DAP/CMSIS/DAP/Firmware/Source/DAP_vendor.c + CMSIS_DAP/CMSIS/DAP/Firmware/Source/SWO.c + #CMSIS_DAP/CMSIS/DAP/Firmware/Source/SW_DP.c ) target_include_directories(debugprobe PRIVATE - CMSIS_5/CMSIS/DAP/Firmware/Include/ - CMSIS_5/CMSIS/Core/Include/ + CMSIS_DAP/CMSIS/DAP/Firmware/Include/ + CMSIS_DAP/CMSIS/Core/Include/ include/ )