comparison Bootloader/CMakeLists.txt @ 340:e8841d3c6db5

mk20dx256vlh7 working! - Interrupt vector table position fix (affected everything in the firmware) - Added fault debug messages - Fixed usbMuxUart
author Jacob Alexander <haata@kiibohd.com>
date Sat, 13 Jun 2015 20:42:12 -0700
parents 80bca7f4808b
children b29c291ad130
comparison
equal deleted inserted replaced
339:2f415c0b4b28 340:e8841d3c6db5
89 89
90 90
91 ### 91 ###
92 # Directory Includes 92 # Directory Includes
93 # 93 #
94 include_directories( ${CMAKE_SOURCE_DIR}/../Lib ) 94 include_directories (
95 ${CMAKE_SOURCE_DIR}/../Lib
96 ${CMAKE_SOURCE_DIR}
97 )
95 98
96 99
97 100
98 ### 101 ###
99 # Project Description 102 # Project Description